Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Horizontal Server List please! #64

Closed
C4uTi0N opened this issue Jan 8, 2025 · 2 comments
Closed

Support for Horizontal Server List please! #64

C4uTi0N opened this issue Jan 8, 2025 · 2 comments

Comments

@C4uTi0N
Copy link

C4uTi0N commented Jan 8, 2025

As someone who uses Disocrd on my vertical second monitor, it woud be awesome if you could add "proper" support for the Horizontal Server List theme, since it gives much more space everything else.

image

I'm still gonna use this theme regardless, just thought i'd be a nice to have

@Androser420
Copy link
Contributor

Androser420 commented Jan 11, 2025

try this out

:root {
    --server-top: 64px;
}

#app-mount {
    [class*='guilds_'] {
        padding-top: unset;
        max-height: calc(100vw - 2.25 * var(--pad));
        top: var(--server-top);

        &:after {
            right: 6px;
            transform-origin: bottom right;
            transform: rotate(90deg);
            top: 28px;
            place-self: end;
        }

        [class^='footer_'] {
            padding-bottom: var(--server-spacing);
        }
    }

    [class^='tutorialContainer_'] [class^=pill_] {
        transform: unset;
        top: 0 !important;
        margin-left: -10px;
    }

    [class^='app_'] [class^='base_'] {
        top: calc(var(--server-top) + var(--pad)) !important;
        margin: var(--pad);
    }
}

had to get a bit specific for the height but should be fine, just dont increase --pad too much since its not 100% accurate
also if you want more chat space, i made a theme based on this one that collapses some panels like the sidebar and member list (https://github.com/Androser420/sysmol24)
image
enjoy!

EDIT: forgot to make the pill indicator visible for the discord button cuz the label above it was hiding it

@C4uTi0N
Copy link
Author

C4uTi0N commented Jan 15, 2025

Thanks, this worked!

@C4uTi0N C4uTi0N closed this as completed Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants