We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce24d86 commit a1bfcdbCopy full SHA for a1bfcdb
src/zen/folders/zen-folders.css
@@ -154,11 +154,11 @@ tab-group[split-view-group] .tabbrowser-tab {
154
155
tab-group[split-view-group] .tab-group-label-container {
156
position: absolute;
157
- width: 100%;
158
- height: 40px;
+ width: -moz-available;
+ height: 36px;
159
visibility: hidden;
160
padding: 0 !important;
161
- margin: 0 !important;
+ margin: 2px 0 0 0 !important;
162
}
163
164
tab-group[split-view-group] .tab-close-button {
@@ -321,6 +321,8 @@ zen-folder {
321
font-weight: 600;
322
align-self: center !important;
323
text-align: start;
324
+ align-content: center;
325
+ height: 100% !important;
326
327
:root:not([zen-sidebar-expanded]) & {
328
0 commit comments