Page 1 of 1

Fix Glitter Theme Margins

Posted: February 7th, 2021, 5:22 am
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

Re: Fix Glitter Theme Margins

Posted: February 7th, 2021, 8:56 am
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.

Re: Fix Glitter Theme Margins

Posted: February 7th, 2021, 9:04 am
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

Re: Fix Glitter Theme Margins

Posted: February 7th, 2021, 11:02 am
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.