Commander css + BG fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -192,6 +192,7 @@
|
||||
}
|
||||
.warlord-name {
|
||||
display: flex;
|
||||
flex: 100%;
|
||||
flex-wrap: wrap;
|
||||
margin: 0;
|
||||
padding: 0.5rem 0.5rem 0;
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
/** Global **/
|
||||
|
||||
body {
|
||||
background: url("../assets/imgs/bg-table.webp") no-repeat;
|
||||
background-size: cover;
|
||||
> * {
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
&:not(.background) {
|
||||
background: url("../assets/imgs/bg-table.webp") no-repeat;
|
||||
background-size: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* Windows */
|
||||
|
||||
Reference in New Issue
Block a user