Skip to content

Commit

Permalink
Fixed search bar height
Browse files Browse the repository at this point in the history
  • Loading branch information
lazuee authored Aug 9, 2024
1 parent 431fd00 commit 5d9afee
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions discord/themes/redesign/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,12 @@ html {

>[class="searchBar_f0963d"] {
padding: 3px 16px 4px;

>button {
height: 32px;
padding-left: 12px;
border-radius: 6px;
}
}

div:not(:has([class="animatedContainer_fd6364"]))>[class="header_fd6364"] {
Expand Down Expand Up @@ -795,6 +801,17 @@ ol[aria-label*="Messages in"]>.divider_c2654d {
display: none;
}

.searchBar_a46bef {
height: 30px;
display: flex;
align-items: center;

>.DraftEditor-root {
margin-top: 6px;
margin-left: 4px;
}
}

html:is(.is-mobile) {
[class="container_a4d4d9"] {
>.base_a4d4d9 {
Expand Down

0 comments on commit 5d9afee

Please sign in to comment.