compactify tab close icon
This commit is contained in:
parent
c41c53ce1d
commit
8dbb40e890
1 changed files with 7 additions and 0 deletions
|
@ -17,4 +17,11 @@ menupopup > menu{ padding-block: 0.3em !important; }
|
|||
/* This is kinda weird, but it makes the horizontal line between tabs and nav-bar render "inside" nav-bar thus tabs are more visibily separated even if there is less space there */
|
||||
#nav-bar{
|
||||
box-shadow: inset 0 var(--tabs-shadow-size) 0 var(--tabs-border-color) !important;
|
||||
}
|
||||
|
||||
.tab-close-button{
|
||||
margin-inline-start: 2px !important;
|
||||
width: 16px !important;
|
||||
height: 16px !important;
|
||||
padding: 1px !important;
|
||||
}
|
Loading…
Reference in a new issue