New UI for users and submissions
This commit is contained in:
parent
d0ac92914d
commit
247e0e4740
12 changed files with 183 additions and 226 deletions
|
@ -307,6 +307,7 @@ ul.problem-list {
|
|||
padding-bottom: 1em;
|
||||
border-radius: 5px;
|
||||
margin-bottom: 1em;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.problem-feed-option-item {
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue