Fix Glitter Theme Margins

Questions and bug reports for Beta releases should be posted here.
Forum rules
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.
Post Reply
hl2guide
Jr. Member
Jr. Member
Posts: 71
Joined: August 31st, 2016, 3:17 am

Fix Glitter Theme Margins

Post by hl2guide »

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). ;D
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Fix Glitter Theme Margins

Post by safihre »

Do you maybe have the new full width setting turned on?
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
hl2guide
Jr. Member
Jr. Member
Posts: 71
Joined: August 31st, 2016, 3:17 am

Re: Fix Glitter Theme Margins

Post by hl2guide »

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:

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;
}
So far it's better for downloads with long filenames. :D
Puzzled
Full Member
Full Member
Posts: 160
Joined: September 2nd, 2017, 3:02 am

Re: Fix Glitter Theme Margins

Post by Puzzled »

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.
Post Reply