-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss
73 lines (56 loc) · 1.31 KB
/
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.AppCard_AppCardDetails__tbAhY {
height: 50%;
}
.AppCard_AppCardDetails__tbAhY span {
display: none !important;
}
.Home_SettingsButton__Qvn8C {
border-radius: 0.5rem !important;
background-color: #DFD9D6 !important;
}
.AppCard_AppCard__1V2_0 {
padding: 15px !important;
margin-bottom: 0 !important;
border-radius: 0.7rem !important;
}
.AppCard_AppCard__1V2_0:hover {
background-color: rgba(0, 0, 0, 0.3) !important;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.AppCard_AppCard__1V2_0:hover {
backdrop-filter: blur(15px);
background-color: rgba(0, 0, 0, 0.3) !important;
}
}
body {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
}
body:before {
content: "";
position: fixed;
overflow: hidden;
background-image: url("https://images.wallpaperscraft.com/image/single/trees_fog_forest_183233_2560x1440.jpg");
background-size: cover;
z-index: -999;
height: 100%;
width: 100%;
transform: scale(1.1);
filter: blur(0.2rem);
opacity: 0.6;
}
.AppCard_AppCardIcon__8ZZTq {
min-width: 35px;
}
.AppCard_AppCard__1V2_0 {
min-width: 0
}
.AppCard_AppCardDetails__tbAhY {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}