New UI for users and submissions

This commit is contained in:
cuom1999 2022-06-06 11:36:35 -05:00
parent d0ac92914d
commit 247e0e4740
12 changed files with 183 additions and 226 deletions

View file

@ -307,6 +307,7 @@ ul.problem-list {
padding-bottom: 1em;
border-radius: 5px;
margin-bottom: 1em;
display: flex;
}
.problem-feed-option-item {

View file

@ -121,7 +121,7 @@ label[for="language"], label[for="status"] {
padding-top: 0;
}
@media(max-width: 700px) {
@media(max-width: 799px) {
.sub-prop {
.label {
display: none;
@ -136,10 +136,6 @@ label[for="language"], label[for="status"] {
display: none;
}
#statistics-table {
display: none;
}
#content-left.submission {
flex: 100%;
}