forked from leftypol/leftypol
style.css: hide user post controls on small screens
This commit is contained in:
parent
7ef31b2790
commit
7c4c659d11
1 changed files with 6 additions and 0 deletions
|
@ -471,6 +471,12 @@ input.delete {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media (max-width: 48em) {
|
||||
.user-controls {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
color: #F00000;
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue