Please consider fixing the main outer margin for the Glitter theme.
Currently it is non-uniform. Shorter on top, different on bottom.
Example: https://cloud.degoo.com/share/PRZRur5uuqW45v
Please consider making all those margins even (maybe 10px).
Fix Glitter Theme Margins
Forum rules
Help us help you:
Help us help you:
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Fix Glitter Theme Margins
Do you maybe have the new full width setting turned on?
Because otherwise the widths are fixed depending on screen size. Not specifically margins.
Because otherwise the widths are fixed depending on screen size. Not specifically margins.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Fix Glitter Theme Margins
Yep, I'm using the new full width setting.
My screen is 1920x1080 and UI never goes full width.
I'm currently using the browser extension Stylus with this CSS:
So far it's better for downloads with long filenames.
My screen is 1920x1080 and UI never goes full width.
I'm currently using the browser extension Stylus with this CSS:
Code: Select all
/* Sets the width of the main container to 100% */
.container {
width: 100% !important;
}
.container:first-of-type {
margin-top: 0px !important;
}
.container:last-of-type {
margin-bottom: 0px !important;
}
Re: Fix Glitter Theme Margins
It says top and bottom, did you mean the side margins? The reason why I left that much margin on the sides was to leave room for the vertical Feedback overlay, so it wouldn't cover the queue elements. It's closed on the screenshot but it's to the left in the default setup.