Skip to content

Commit

Permalink
Merge pull request #141 from Lioncat6/main
Browse files Browse the repository at this point in the history
S'more fixes
  • Loading branch information
Gibbu authored Sep 30, 2024
2 parents 771dfff + e1db9fe commit 4dc8870
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.
45 changes: 40 additions & 5 deletions src/theme/popouts/_inbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
padding: 0 !important;
& > div {
border-bottom: 1px solid var(--border);
padding: 16px;
//Credit to @shadowdevilsavenged
padding: unset;
}
}
.header_f0cd33 {
Expand All @@ -27,6 +28,22 @@
background: var(--background-modifier-hover);
}
}
min-height: 90px;
.expanded_f0cd33{

}
.expandedInboxHeader_f0cd33{
padding: 7px 10px 12px 10px;
}
.expandedTabSection_f0cd33{
padding-right: 10px;
}
}
.container_fe1358 {
background: transparent;
.row_fd8ff1 {
padding-right: 10px;
}
}
.tab_f0cd33 {
height: 55px;
Expand Down Expand Up @@ -55,20 +72,38 @@
.container_ddb5b4 {
border-bottom: 1px solid var(--border);
margin-bottom: 0;
padding: 16px !important;
padding: 16px 10px 16px 0px !important
}
.channelHeader_f3978e {
background: transparent;
position: static;
padding: 0 0 16px 14px;
padding: 0 0 16px 17px;
.collapseButton_d09ffd {
left: -2px
}
.guildIcon_f3978e{
margin-left: 4px;
}
.markReadButton_d09ffd{
margin-right: 10px;
}
}
.channel_d09ffd{
.channelHeader_f3978e {
padding-top: 18px;
padding-bottom: 0px;
}
}
.messages_c06487 {
background: transparent;
padding: 0;
padding: 0 8px 0 0;
}
.messageContainer_ddb5b4 {
padding: 0;
border-radius: 0;
background: transparent;
}
}
.messageContainer_c06487.message_c06487 {
padding-right: 8px;
}
}
8 changes: 8 additions & 0 deletions src/theme/sidebar/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
}
}
}
//disabled soundboard button fix
.disabledButtonWrapper_dd4f85 {
height: 100%;
.button_adcaac.disabled_adcaac {
margin-left: 0;
height: 100%;
}
}
}

.activityPanel_a4d4d9 {
Expand Down

0 comments on commit 4dc8870

Please sign in to comment.