Improved tag and post list on small screens
This commit is contained in:
parent
b7f077df9b
commit
be77a84950
2 changed files with 12 additions and 5 deletions
|
@ -2,16 +2,20 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.post-list form button {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
.post-list .search {
|
||||
margin-bottom: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
.post-list .search:after {
|
||||
display: block;
|
||||
content: '';
|
||||
clear: both;
|
||||
}
|
||||
.post-list .search input {
|
||||
max-width: 20em;
|
||||
width: 20em;
|
||||
}
|
||||
.post-list .search button {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
.post-list .search .mass-tag-wrapper {
|
||||
float: right;
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
float: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#tag-list form input {
|
||||
width: 10em;
|
||||
}
|
||||
#tag-list ul {
|
||||
float: right;
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Reference in a new issue