Skip to content

Commit

Permalink
fix call info caused by c91386e
Browse files Browse the repository at this point in the history
+remove redundant selector
  • Loading branch information
Metro420yt committed Dec 15, 2024
1 parent 2175e4b commit 0dbbaa0
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions stuff/_server-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,28 +121,36 @@

// User buttons
.panels_a4d4d9 {
width: inherit;
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
}

.panels_a4d4d9 > .container_b2ca13 {
height: 0;

& > .flex_dc333f {
position: fixed;
bottom: 0;
left: 0;
width: 72px;
padding: 20px 0 10px 0;
flex-direction: column;
background: linear-gradient(transparent, var(--background-tertiary) 15%);

& > .button_adca65 {
color: var(--user-buttons-color);
margin: var(--user-buttons-spacing) auto 0 auto;
width: 100%;
& > .wrapper_adcaac {
left: 72px;
}

& > .container_b2ca13 {
height: 0;

& > .flex_dc333f {
position: fixed;
bottom: 0;
left: 0;
width: 72px;
padding: 20px 0 10px 0;
flex-direction: column;
background: linear-gradient(
transparent,
var(--background-tertiary) 15%
);

& > .button_adca65 {
color: var(--user-buttons-color);
margin: var(--user-buttons-spacing) auto 0 auto;
width: 100%;
}
}
}
}
Expand Down

0 comments on commit 0dbbaa0

Please sign in to comment.