8000 fix: display sidebar custom up button while disappearing · SpaceTheme/Steam@de8512f · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit de8512f

Browse files
committed
fix: display sidebar custom up button while disappearing
1 parent d449f5c commit de8512f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/css/steam/sidebar.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,18 @@
141141

142142

143143
/* Go up button */
144-
.uE7Pj4tb2n3_Bx4vjEX0a.rkfSfuCLRt8sqpkXJqxYo {
144+
.uE7Pj4tb2n3_Bx4vjEX0a {
145145
display: flex;
146146
justify-content: center;
147147
align-items: center;
148-
margin-left: 6px;
149148
border: none;
150149
border-radius: 8px;
151150
background-color: rgb(var(--color-3));
152151
transition: all 0.2s ease-in-out;
153152
}
153+
.uE7Pj4tb2n3_Bx4vjEX0a.rkfSfuCLRt8sqpkXJqxYo {
154+
margin-left: 6px;
155+
}
154156
.uE7Pj4tb2n3_Bx4vjEX0a.rkfSfuCLRt8sqpkXJqxYo:hover {
155157
background-color: rgb(var(--color-1));
156158
}

src/icons/fluent/fluent.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525

2626

2727
/* Scrollup, Sidebar */
28-
.uE7Pj4tb2n3_Bx4vjEX0a.rkfSfuCLRt8sqpkXJqxYo::before {
28+
.uE7Pj4tb2n3_Bx4vjEX0a::before {
2929
content: "\f19c" !important;
3030
font-size: 18px;
3131
color: #67707b;
3232
}
3333
.uE7Pj4tb2n3_Bx4vjEX0a.rkfSfuCLRt8sqpkXJqxYo:hover::before {
3434
color: #a9a9a9;
3535
}
36-
.uE7Pj4tb2n3_Bx4vjEX0a.rkfSfuCLRt8sqpkXJqxYo>svg {
36+
.uE7Pj4tb2n3_Bx4vjEX0a>svg {
3737
display: none;
3838
}
3939

0 commit comments

Comments
 (0)
0