2
Fork 0

Update tab button style

This commit is contained in:
Korbs 2024-12-05 13:02:50 -05:00
parent 2032075a65
commit e27f358d69

View file

@ -12,7 +12,7 @@
--button-color: #696a6c !important; --button-color: #696a6c !important;
--button-hover-background: #303236 !important; --button-hover-background: #303236 !important;
--button-hover-color: #fff !important; --button-hover-color: #fff !important;
--button-border-radius: 50% !important; --button-border-radius: 6px !important;
--button-cursor: pointer !important; --button-cursor: pointer !important;
--badge-background: #383a3e !important; --badge-background: #383a3e !important;
--badge-color: #fff !important; --badge-color: #fff !important;
@ -70,6 +70,14 @@
display: flex !important; display: flex !important;
align-items: center !important; align-items: center !important;
} }
.tab-close button {
width: 28px !important;
height: 28px !important;
}
button {
width: 32px !important;
height: 32px !important;
}
webview { webview {
height: calc(100% - var(--tab-height)); height: calc(100% - var(--tab-height));
position: fixed !important; position: fixed !important;