|
32 | 32 | background-image: var(--lwt-header-image) !important; |
33 | 33 | } |
34 | 34 |
|
35 | | -/* free some space below content *//* |
36 | | -#main-window:not([chromehidden*="toolbar"]):not([sizemode="fullscreen"]) #browser-bottombox { |
37 | | - margin-bottom: calc( var(--addonbar_height) - 1px); |
38 | | -} |
39 | | -
|
40 | 35 | /* hide this projects custom bookmarks label, if used */ |
41 | 36 | #main-window[sizemode="fullscreen"] #PersonalToolbar #bookmarks-menu-button::after { |
42 | 37 | visibility: collapse !important; |
|
112 | 107 | margin-inline: 0px !important; |
113 | 108 | } |
114 | 109 |
|
115 | | -/* |
116 | | -#PersonalToolbar .toolbarbutton-1 { |
117 | | - margin: 0px !important; |
118 | | -} |
119 | | -
|
120 | | -#PersonalToolbar toolbarbutton { |
121 | | - padding: 0px !important; |
122 | | -} |
123 | | -/* |
124 | | -#PersonalToolbar .toolbarbutton-1 { |
125 | | - --toolbarbutton-inner-padding: 1px !important; |
126 | | - --toolbarbutton-outer-padding: 0px !important; |
127 | | -}*/ |
128 | | - |
129 | 110 | #PersonalToolbar #bookmarks-menu-button { |
130 | 111 | -moz-box-align: center !important; |
131 | 112 | align-items: center !important; |
|
144 | 125 | z-index: 3 !important; |
145 | 126 | } |
146 | 127 |
|
147 | | - |
148 | | - |
149 | 128 | /*************************/ |
150 | 129 |
|
151 | 130 | #main-window:not([customizing]) #nav-bar:has(#personal-bookmarks) { |
|
186 | 165 | height: 16px !important; |
187 | 166 | padding: 0 !important; |
188 | 167 | margin: 0 !important; |
189 | | - background: unset !important; |
190 | | - box-shadow: unset !important; |
| 168 | + /*background: unset !important; |
| 169 | + box-shadow: unset !important;*/ |
191 | 170 | } |
192 | 171 |
|
193 | 172 | /* set minimum height for bookmarks, when on navigation toolbar */ |
|
199 | 178 | #main-window:not([customizing]) #nav-bar:has(#personal-bookmarks) #personal-bookmarks { |
200 | 179 | min-width: 40px !important; |
201 | 180 | width: auto !important; |
202 | | - max-width: 50vw !important; |
| 181 | + max-width: 100vw !important; |
203 | 182 | } |
204 | 183 |
|
205 | | -/* workaround for megabar_expanding_breakout_disabled.css *//* |
206 | | -#main-window #nav-bar:has(#personal-bookmarks) #urlbar[breakout], |
207 | | -#main-window #nav-bar:has(#personal-bookmarks) #urlbar[breakout][breakout-extend] { |
208 | | - top: calc(0px + ((var(--urlbar-container-height,--urlbar-toolbar-height) - var(--urlbar-height)) / 2)) !important; |
209 | | -} |
210 | | -*/ |
211 | 184 | #nav-bar:has(#personal-bookmarks) #personal-toolbar-empty-description, |
212 | 185 | #nav-bar:has(#personal-bookmarks) #personal-bookmarks toolbarbutton.bookmark-item:not(.subviewbutton) { |
213 | 186 | padding: 0 2px !important; |
|
0 commit comments