forked from DebaucheryLibrarian/traxxx
Fixed network site list overflow.
This commit is contained in:
@@ -650,12 +650,19 @@
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
}
|
||||
.sites.compact[data-v-7bebaa3e]:not(.expanded) {
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
flex-direction: row;
|
||||
}
|
||||
.sites.compact:not(.expanded) .tiles[data-v-7bebaa3e] {
|
||||
overflow-x: auto;
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
overflow-x: auto;
|
||||
}
|
||||
.sites.compact:not(.expanded) .tile[data-v-7bebaa3e] {
|
||||
width: 15rem;
|
||||
margin: 0 1rem 0 0;
|
||||
width: 15rem;
|
||||
margin: 0 1rem 0 0;
|
||||
}
|
||||
.sites.expanded .tiles[data-v-7bebaa3e] {
|
||||
grid-template-columns: repeat(2, 0.5fr);
|
||||
|
||||
Reference in New Issue
Block a user