Hide lark in mobile view. It is just a distraction
This commit is contained in:
parent
445145f9b9
commit
4366bbbbf5
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 550px) {
|
||||
.olrk-normal {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.resource-view-element {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Reference in a new issue