Skip to content

Commit 56d99fe

Browse files
committed
lil things
1 parent 1a32540 commit 56d99fe

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

src/fixespt2.scss

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
// Apps Popout https://discord.com/channels/212324635356692500/858733936800956427/1270712586756689994
2+
button.button_df39bd.button_dd4f85.lookBlank_dd4f85.colorBrand_dd4f85.grow_dd4f85 {
3+
background-color: rgba(0, 0, 0, 0.6);
4+
border-radius: 10px;
5+
height: 48px;
6+
width: 48px;
7+
}
8+
div.container_ec8cd2.none_c49869.scrollerBase_c49869.fade_c49869 {
9+
background-color: rgba(0, 0, 0, 0.6);
10+
}
11+
div.bannerBackground_e46a21 {
12+
-webkit-mask:linear-gradient(to bottom, #000, transparent);
13+
mask:linear-gradient(to bottom, #000, transparent);
14+
}
15+
div.stickyBanner_e46a21 {
16+
display: none;
17+
}
18+
div.command_f37ac2 {
19+
background-color: rgba(0, 0, 0, 0.6);
20+
}
21+
div.overviewContainerNoVideo_e80fe9 {
22+
background-color: rgba(0, 0, 0, 0.6);
23+
}
24+
div.overviewContainerWithVideo_e80fe9 {
25+
background-color: rgba(0, 0, 0, 0.6);
26+
}
27+
div.container_e5da8b.containerBorderRadius_e5da8b.iconCard_e5da8b {
28+
border-radius: 10px;
29+
}
30+
31+
// Phone number change https://discord.com/channels/212324635356692500/858733936800956427/1270779759730753586
32+
div.popoutList_da8701.phoneFieldPopout_ff761b.elevationBorderLow_ff8688 {
33+
background-color: rgba(0, 0, 0, 0.8);
34+
}
35+

0 commit comments

Comments
 (0)