mirror of https://github.com/tildeclub/site.git
adding changes by entoreor
This commit is contained in:
parent
2344be758d
commit
bb0738cee3
15
style.css
15
style.css
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue