Stretch bar to notch #378
-
I have a MBP 14" with the notch in the middle. I really like this menubar, but I have one issue which I hope to get help with. As seen in this image, the spaces / dekstops indicators doesn't fill the screen up to the notch (not seen in the image), in the same way the widgets on the right hand side does. How can I stretch or increase the length of the bars so that they fill up the screen and gets rid of the empty space? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can add these styles in the "Custom styles" tab in the settings module: .simple-bar--no-bar-background .spaces {
min-width: 600px;
} Then you can adjust the |
Beta Was this translation helpful? Give feedback.
-
Thanks! This works great, how can I right align the data part of the bar? |
Beta Was this translation helpful? Give feedback.
You can add these styles in the "Custom styles" tab in the settings module:
Then you can adjust the
min-width
value.