Fixed issues

This commit is contained in:
vinceliuice 2024-11-30 12:26:45 +08:00
parent 328ca7b9d3
commit 8098a8da28
2 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@ toolbarspring {
}
#urlbar[breakout][breakout-extend] {
width: 100% !important;
width: var(--urlbar-width) !important;
z-index: 5 !important;
padding: 0 !important;
border-radius: 8px !important;

View File

@ -135,7 +135,8 @@
}
/* Window buttons box */
:root[tabsintitlebar] #nav-bar .titlebar-buttonbox-container {
:root[tabsintitlebar] #nav-bar .titlebar-buttonbox-container,
:root[tabsintitlebar] #titlebar .titlebar-buttonbox-container {
padding: 0 3px 0 4px;
left: 8px;
right: auto;