Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schnensch0 committed Apr 19, 2022
1 parent 6e01fc1 commit e16d251
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Inter from [rsms.me/inter](https://rsms.me/inter/)

[USRBG](https://github.com/Discord-Custom-Covers/usrbg) by Tropical

Snippets by david_#0218, [mackenzie#0173](https://github.com/spinfish) and [Bowser65#1337](https://github.com/cyyynthia)
Snippets by david_#0218 and [Bowser65#1337](https://github.com/cyyynthia)
24 changes: 13 additions & 11 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
.container-ZMc96U.themed-Hp1KC_, .container-1-ERn5 {
background-color: var(--background-tertiary);
}
.communityInfoContainer-1dMVpU {
margin-top: -22px !important;
margin-left: 130px;
}
.toolbar-3_r2xA .icon-2xnN2Y {
width: 22px;
height: 22px;
Expand Down Expand Up @@ -643,7 +647,7 @@ svg.slider-32CRPX svg, .bd-switch-slider>svg {
background: #BDE6FB30 !important;
color: var(--accent-color);
}
/* profiles | thanks to mackenzie#0173 */
/* profiles */
.bodyTitle-3FWCs2, .bodyTitle-2Az3VQ, .footer-1N3bR3, .protip-2urNh2 {
display: none;
}
Expand Down Expand Up @@ -710,14 +714,6 @@ svg.slider-32CRPX svg, .bd-switch-slider>svg {
.headerText-1-WmDq {
flex-grow: 1;
}
.profileBadges-2pItdR {
position: relative;
right: 0;
max-width: unset;
top: 0;
padding-left: 8px;
flex-wrap: nowrap;
}
.avatar-3mTjvZ+div {
margin-top: 4px;
display: flex;
Expand Down Expand Up @@ -933,7 +929,7 @@ svg.slider-32CRPX svg, .bd-switch-slider>svg {
.tabBarContainer-1s1u-z, .userInfoSection-2u2hir+.userInfoSection-2u2hir {
border-top: transparent;
}
.tabBody-2dgbAs::before, .divider-q3P9HC, .content-1jQy2l:before, .chat-1rZYgu::before, .separator-2OaeRP, .pc-connections .connectedAccounts-1YaT2t:empty::before, .divider-1wtgZ3, .divider-vv_iHh, .headerBar-1dSpQr:before {
.tabBody-2dgbAs::before, .divider-q3P9HC, .content-1jQy2l:before, .chat-1rZYgu::before, .separator-2OaeRP, .pc-connections .connectedAccounts-1YaT2t:empty::before, .divider-1wtgZ3, .divider-vv_iHh, .headerBar-1dSpQr:before, .divider-3qUeLQ {
display: none !important;
}
.searchBar-3TnChZ, .header-3OsQeK, .headerBarContainer-31FKNA, .stickyHeaderElevated-dNSSrJ {
Expand Down Expand Up @@ -1111,6 +1107,9 @@ svg.slider-32CRPX svg, .bd-switch-slider>svg {
border-radius: var(--border-radius-1) var(--border-radius-1) 0 0;
pointer-events: none;
}
div[style*="height: 16px;"] + div[style="height: 16px;"] {
display: none;
}
.hasBanner-2IrYih~.scroller-1ox3I2 {
top: 48px;
}
Expand Down Expand Up @@ -1434,6 +1433,9 @@ svg.slider-32CRPX svg, .bd-switch-slider>svg {
.perksModal-1pSu7w {
background-color: var(--background-tertiary) !important;
}
.progressBarContainer-1efroK {
background-color: var(--background-modifier-hover) !important;
}
.ctaBar-2nFzdG {
border-radius: var(--border-radius-1);
background-image: none !important;
Expand Down Expand Up @@ -1746,7 +1748,7 @@ svg.slider-32CRPX svg, .bd-switch-slider>svg {
}
/* outdated warning */
:root {
--outdated-122: block;
--outdated-122: none !important;
}
body:not(.powercord) .panels-3wFtMD::before {
content: "Please update to Zelk v1.2.2";
Expand Down

0 comments on commit e16d251

Please sign in to comment.