Skip to content
Snippets Groups Projects
Commit 8ef1552b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Hiding links on startpage on minimal sized height

parent 8b0354d3
No related branches found
No related tags found
3 merge requests!1895Development,!1754Development,!1751Resolve "Startpage on mobile landscape device"
......@@ -75,6 +75,9 @@ html {
top: 0;
z-index: 10;
@media(max-height: 150px){
display:none;
}
&>:nth-child(1) {
background-color: @story-privacy-background;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment