libreoffice-online/loleaflet/css/menubar-mobile.css
Tamás Zolnai 542b4b69d6 css-media: Remove 'screen' condition with invalid syntax.
It should be 'screen and ...', but since the other rules don't have
this additional screen condition, I just remove it.

Change-Id: Idabf28fbee303e19f1a5f5c75f3eb5e7387ac3fa
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89170
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2020-02-21 11:27:32 +01:00

59 lines
1.1 KiB
CSS

@media (max-width: 767px), (max-device-height: 767px), (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
.logo {
background-size: 100px;
max-width: 24px;
max-height: 31px;
top: 0;
}
#toolbar-logo {
width: 0px !important;
}
#main-menu{
width: 98%;
}
#main-menu > li{
min-height: 56px;
border: none;
}
#main-menu > li > a{
font-size: 18px !important;
border: none;
}
.lo-menu ul{
border: none !important;
background-color: #f7f7f7 !important;
}
.lo-menu ul > li{
height: auto;
}
.lo-menu ul > li > ul > li > a{
height: 56px;
display: flex;
flex-direction: row;
align-items: center;
}
.lo-menu ul >li > .separator{
display: none;
}
.lo-menu ul > li > a{
width: 100%;
height: 56px;
display: flex;
flex-direction: row;
align-items: center;
font-size: 14px;
font-weight: bold;
color: #404040;
}
#document-header{
display: none !important;
}
@media (orientation: landscape) {
#mobile-wizard.menuwizard #mobile-wizard-content.with-slide-sorter-above {
overflow-y: auto !important;
}
}
}