Don't hide last modification if height is small
Change-Id: Ic8986e8a9c36bd1c4ede9e604b07d93974c1a05f
This commit is contained in:
parent
c8285addec
commit
9e70d70588
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ body {
|
|||
background: url('images/baseline-edit-24px.svg') no-repeat center !important;
|
||||
}
|
||||
|
||||
@media (max-width: 900px),(max-device-height: 900px) {
|
||||
@media (max-width: 900px) {
|
||||
#menu-last-mod {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue