Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lazuee authored Aug 9, 2024
1 parent 70ebfa9 commit 3866aea
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions discord/themes/redesign/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,34 +233,27 @@ html {
}

div[class*="channelBottomBarArea_"] {
background: var(--bg-overlay-3, var(--channeltextarea-background));
display: grid;
grid-template-rows: 1fr;
grid-template-columns: 1fr auto;

>div[class*="channelAppLauncher_"] {
margin: 0;
height: 100%;
height: 53px;
display: flex;
flex: 1 1 auto;

&:before {
position: absolute;
z-index: 2;
content: "";
height: 100%;
width: 1px;
left: 0;
top: 0;
background-color: var(--border-subtle);
}

>div {
margin: 0;
margin-right: 16px;

>button {
height: 100%;
display: flex;
width: 32px;
justify-content: start;
border-radius: 0;
padding: 0 12px;
}
}
}
Expand Down

0 comments on commit 3866aea

Please sign in to comment.