Skip to content

Commit

Permalink
deploy: 557d108
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Apr 2, 2024
1 parent f65c45b commit f3f1d21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 26 deletions.
2 changes: 1 addition & 1 deletion chum.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"github": "winterClover"
}
],
"version": "1.6.0",
"version": "1.6.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.Pesterchum"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pesterchum-discord-theme",
"version": "1.6.0",
"version": "1.6.1",
"description": "A Discord theme emulating the Pesterchum chat client from Homestuck.",
"repository": "github:MiniDiscordThemes/Pesterchum",
"author": "Saltssaumure <[email protected]>",
Expand Down
30 changes: 7 additions & 23 deletions scss/main/channels/_channellist.scss
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
@use "../../top/vars" as *;
@use "../../top/box";

// Server channels list
.container__7e23c {
$banner-height: calc((var(--chum-sidebar-width) - (2 * 10px) - (2 * 0.5vh)) / 240 * 135);

// Banner
.animatedContainer__0e828 {
height: $banner-height;
}
// Prevent banner overlapping outer
.animatedContainer__0e828,
.bannerImage_c73a57 {
transform: none !important;
}
.bannerImage_c73a57,
.bannerImg_fe5c1b {
width: inherit;
}
.bannerImg_fe5c1b {
height: unset;
}
div[style="height: 12px;"] {
height: calc($banner-height - 48px - 84px) !important;
}
// Adjust channel list width
@import url("https://minidiscordthemes.github.io/Snippets/ChannelListWidth/main.css");
:root {
--channellist-width: var(--chum-sidebar-width);
}

// Server channels list
.sidebar_e031be {
// Voice users collapsed
.overlap__6969e .avatar_a56eee,
.moreContainer_dd4188 {
Expand Down

0 comments on commit f3f1d21

Please sign in to comment.