Skip to content

Commit

Permalink
Update DiscordPlus-source.theme.css
Browse files Browse the repository at this point in the history
Added the line of code to fix the edges of the screen being incorrectly placed
  • Loading branch information
Fawkstrot11 authored Oct 27, 2023
1 parent 78e95c2 commit 1aa24f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DiscordPlus-source.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,10 @@ margin-right: 0;
border-radius: var(--dplus-radius-ui);
overflow: hidden!important;
}

.layers__1c917 {
margin: 5px 15px 15px 5px!important;
}
/*-- 12.2 Friends List --*/
#app-mount .container__5c7e7, #app-mount .outer_a41cf3 {background-color: var(--dplus-bgc-ui-base)!important;}
.nowPlayingColumn_f5023f, .container__5c7e7 .container__11d72.themed_b152d4, .container__0a6a9 {background-color: transparent!important;}
Expand Down

0 comments on commit 1aa24f6

Please sign in to comment.