adding changes by entoreor

This commit is contained in:
deepend-tildeclub 2020-05-06 00:49:44 -06:00 committed by GitHub
parent 2344be758d
commit bb0738cee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 65 additions and 60 deletions

View File

@ -1,7 +1,11 @@
/* {font-size:13pt;font-weight:normal;} */ /* {font-size:13pt;font-weight:normal;} */
@media (min-width: 30em) { @media (min-width: 64em) {
.row { display: flex; flex-wrap: nowrap; flex-direction: row-reverse; } .row {
display: flex;
flex-wrap: nowrap;
flex-direction: row-reverse;
}
.col { flex-grow: 1; } .col { flex-grow: 1; }
} }
@ -17,17 +21,17 @@
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
justify-content: space-evenly; justify-content: space-evenly;
list-style-type: none;
padding: 0;
} }
.user-list li { .user-list li {
margin-left: 5%;
width: 20%;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
flex: 10em;
} }
.user-list::after { .user-list::after {
content: ""; content: "";
flex: auto;
} }
body { body {
@ -121,3 +125,4 @@ div.alert-success {
display: block; display: block;
} }
} }