This commit is contained in:
Vince 2021-04-21 22:37:22 +08:00
parent 298a1440b6
commit bed696ca13
3 changed files with 11 additions and 4 deletions

View File

@ -147,6 +147,13 @@ tab[selected]:-moz-window-inactive {
:root {
--gnome-fill-icon: red !important;
}
.close-icon {
height: 16px !important;
padding: 0 !important;
width: 16px !important;
}
.tab-close-button {
-moz-appearance: none !important;
border: none !important;

View File

@ -638,7 +638,7 @@ button {
}
&.text-button {
min-height: 20px;
min-height: 24px;
padding-left: 12px;
padding-right: 12px;
}

View File

@ -636,19 +636,19 @@ button {
}
&.image-button {
min-height: 22px;
min-height: 24px;
padding-left: 8px;
padding-right: 8px;
}
&.text-button {
min-height: 22px;
min-height: 24px;
padding-left: 12px;
padding-right: 12px;
}
&.text-button.image-button {
min-height: 22px;
min-height: 24px;
padding-left: 6px;
padding-right: 6px;