Update tab button style
This commit is contained in:
parent
2032075a65
commit
e27f358d69
1 changed files with 9 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
--button-color: #696a6c !important;
|
||||
--button-hover-background: #303236 !important;
|
||||
--button-hover-color: #fff !important;
|
||||
--button-border-radius: 50% !important;
|
||||
--button-border-radius: 6px !important;
|
||||
--button-cursor: pointer !important;
|
||||
--badge-background: #383a3e !important;
|
||||
--badge-color: #fff !important;
|
||||
|
@ -70,6 +70,14 @@
|
|||
display: flex !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.tab-close button {
|
||||
width: 28px !important;
|
||||
height: 28px !important;
|
||||
}
|
||||
button {
|
||||
width: 32px !important;
|
||||
height: 32px !important;
|
||||
}
|
||||
webview {
|
||||
height: calc(100% - var(--tab-height));
|
||||
position: fixed !important;
|
||||
|
|
Loading…
Reference in a new issue