Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Fix add server button & modal
Browse files Browse the repository at this point in the history
  • Loading branch information
joe27g authored May 4, 2020
1 parent 3efdade commit eaa14b0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ body {
.guilds-1SWlCJ { /**/
bottom: 60px;
}
/* (unreadMentionsBar:scroller) > (listItem:listItem):nth-last-child(2) */
.scroller-2TZvBN > .listItem-2P_4kh:nth-last-child(2) { /**/
/* (listItem:tutorialContainer) > (listItem:listItem):nth-last-child(2) */
.tutorialContainer-SGrQ1h > .listItem-2P_4kh { /**/
position: fixed;
bottom: -6px;
background: var(--trans07);
Expand All @@ -188,8 +188,8 @@ body {
height: 60px;
padding-top: 6px;
}
/* (unreadMentionsBar:scroller) > (listItem:listItem):nth-last-child(2) > (listItem:pill) */
.scroller-2TZvBN > .listItem-2P_4kh:nth-last-child(2) > .pill-3YxEhL { /**/
/* (listItem:tutorialContainer) > (listItem:listItem):nth-last-child(2) > (listItem:pill) */
.tutorialContainer-SGrQ1h > .listItem-2P_4kh > .pill-3YxEhL { /**/
top: 6px;
}
/* (circleIconButton:circleIconButton) */
Expand Down Expand Up @@ -758,6 +758,7 @@ body {
/* .theme-dark ([wrapper,size]:wrapper) */
.theme-dark .wrapper-2ZbzR9 { /**/
background-color: var(--popup-background);
--text-normal: var(--trans75);
}
/* .theme-dark ([slide,size]:slide) */
.theme-dark .slide-2pHaq5 { /**/
Expand Down

0 comments on commit eaa14b0

Please sign in to comment.