web/layout: reduce button border by .5px
yes it matters a lot to me
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-right: 1.5px var(--button-stroke) solid;
|
||||
border-right: 1px var(--button-stroke) solid;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
|
||||
@@ -243,8 +243,8 @@
|
||||
}
|
||||
|
||||
#input-container.focused {
|
||||
box-shadow: 0 0 0 1.5px var(--secondary) inset;
|
||||
outline: var(--secondary) 0.5px solid;
|
||||
box-shadow: 0 0 0 1px var(--secondary) inset;
|
||||
outline: var(--secondary) 1px solid;
|
||||
}
|
||||
|
||||
#input-container.focused :global(#input-icons svg) {
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
.sidebar-tab:active:not(.active),
|
||||
.sidebar-tab:focus:hover:not(.active) {
|
||||
opacity: 1;
|
||||
box-shadow: 0 0 0 1.5px var(--sidebar-stroke) inset;
|
||||
box-shadow: 0 0 0 1px var(--sidebar-stroke) inset;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
.subnav-tab:not(:last-child) {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
box-shadow: 48px 3px 0px -1.8px var(--button-stroke);
|
||||
box-shadow: 48px 3px 0px -2px var(--button-stroke);
|
||||
}
|
||||
|
||||
.subnav-tab:not(:first-child) {
|
||||
|
||||
Reference in New Issue
Block a user