We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d224bec + 44f4627 commit 979d9c3Copy full SHA for 979d9c3
1 file changed
web/views_manager.css
@@ -252,7 +252,7 @@
252
background-color: var(--header-bg);
253
254
.viewsManagerLabel {
255
- flex: 0;
+ flex: 1 1 auto;
256
color: var(--text-color);
257
text-align: center;
258
height: fit-content;
@@ -275,6 +275,17 @@
275
width: auto;
276
padding: 12px 16px 12px 8px;
277
278
+ &:not(:has(#viewsManagerHeaderLabel ~ button:not([hidden])))::after {
279
+ /* If one of the following buttons is visible, hide the placeholder
280
+ button to avoid unnecessary space in the header. */
281
+
282
+ content: "";
283
+ flex: 0 0 auto;
284
+ width: 32px;
285
+ height: 32px;
286
+ pointer-events: none;
287
+ }
288
289
#viewsManagerSelector {
290
width: 48px;
291
height: 32px;
0 commit comments