Merge branch 'dev'
This commit is contained in:
@@ -1,27 +1,30 @@
|
|||||||
#main-window .toolbar-items {
|
/* Transição suave para o TabsToolbar */
|
||||||
|
#main-window #TabsToolbar {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: height 0.3s 0.3s !important;
|
max-height: 3em; /* Estado expandido */
|
||||||
|
transition: max-height 0.3s ease-in-out !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Default state: Set initial height to enable animation */
|
/* Toolbar items */
|
||||||
#main-window .toolbar-items {
|
#main-window #TabsToolbar .toolbar-items {
|
||||||
height: 3em !important;
|
overflow: hidden;
|
||||||
|
max-height: 40px; /* Estado expandido */
|
||||||
|
transition: max-height 0.3s ease-in-out !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-window[uidensity="touch"] .toolbar-items {
|
/* Estado oculto: TabsToolbar colapsado */
|
||||||
height: 3.35em !important;
|
#main-window[titlepreface*=""] #TabsToolbar {
|
||||||
|
max-height: 0; /* Estado colapsado */
|
||||||
|
visibility: hidden; /* Evita conteúdo interativo enquanto colapsado */
|
||||||
|
transition: max-height 0.3s ease-in-out, visibility 0s 0.3s !important; /* atraso para ocultar */
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-window[uidensity="compact"] .toolbar-items {
|
/* Estado oculto para os itens da toolbar */
|
||||||
height: 2.7em !important;
|
#main-window[titlepreface*=""] #TabsToolbar .toolbar-items {
|
||||||
|
max-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hidden state: Hide native tabs strip */
|
/* Corrige o z-index de abas fixadas */
|
||||||
#main-window[titlepreface*=""] .toolbar-items {
|
|
||||||
height: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hidden state: Fix z-index of active pinned tabs */
|
|
||||||
#main-window[titlepreface*=""] #tabbrowser-tabs {
|
#main-window[titlepreface*=""] #tabbrowser-tabs {
|
||||||
z-index: 0 !important;
|
z-index: 0 !important;
|
||||||
}
|
}
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
@import url(smaller_sidebar_header.css);
|
@import url(smaller_sidebar_header.css);
|
||||||
@import url(autohide_tabstoolbar_v2.css);
|
@import url(dynamic_native_tabs.css);
|
||||||
Reference in New Issue
Block a user