More padding

This commit is contained in:
ThatOneCalculator 2022-07-23 23:54:54 -07:00
parent 8ed88c9e10
commit f73ad931b1
2 changed files with 4 additions and 0 deletions

View File

@ -189,6 +189,8 @@ const onClick = (ev: MouseEvent) => {
> .input { > .input {
position: relative; position: relative;
cursor: pointer; cursor: pointer;
margin-left: 0.2rem;
margin-right: 0.2rem;
&:hover { &:hover {
> .select { > .select {

View File

@ -152,6 +152,8 @@ export default defineComponent({
overflow: clip; overflow: clip;
box-sizing: border-box; box-sizing: border-box;
transition: background 0.1s ease; transition: background 0.1s ease;
margin-right: 0.2rem;
margin-left: 0.2rem;
&:not(:disabled):hover { &:not(:disabled):hover {
background: var(--buttonHoverBg); background: var(--buttonHoverBg);