Skip to content

Commit a1bfcdb

Browse files
committed
fix: Fixed wrong shift size for folders, b=no-bug, c=folders
1 parent ce24d86 commit a1bfcdb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/zen/folders/zen-folders.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ tab-group[split-view-group] .tabbrowser-tab {
154154

155155
tab-group[split-view-group] .tab-group-label-container {
156156
position: absolute;
157-
width: 100%;
158-
height: 40px;
157+
width: -moz-available;
158+
height: 36px;
159159
visibility: hidden;
160160
padding: 0 !important;
161-
margin: 0 !important;
161+
margin: 2px 0 0 0 !important;
162162
}
163163

164164
tab-group[split-view-group] .tab-close-button {
@@ -321,6 +321,8 @@ zen-folder {
321321
font-weight: 600;
322322
align-self: center !important;
323323
text-align: start;
324+
align-content: center;
325+
height: 100% !important;
324326

325327
:root:not([zen-sidebar-expanded]) & {
326328
padding: 0 !important;

0 commit comments

Comments
 (0)