Add files via upload

This commit is contained in:
seb1k 2024-06-10 18:41:23 +02:00 committed by GitHub
parent f9dd339c03
commit 0ae396b0da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
styles/styles.min.css vendored
View file

@ -381,8 +381,7 @@ position:absolute;
top:0px;
right:0px;
width:60px;
height:55px;
height:45px;
padding-top: 5px;
padding-left:10px;
line-height: 1.5;
@ -394,7 +393,7 @@ z-index:2;
position:absolute;
display:none;
background-color: var(--background);
top:50px;
top:45px;
width:200px;
right:0px;
}
@ -883,10 +882,6 @@ html.layout-small #layout > div > .header a.button.filter:before {
html.layout-small .hide_small{
display: none;
}
html:not(.layout-small) #layout > div > .header > .buttons,
html:not(.layout-small) a.toolbar-menu-button {
display: none;
@ -2792,6 +2787,11 @@ html.layout-small .popover .menu li a[aria-haspopup]:after {
}
html.layout-small .hide_small {
display:none !important;
}
@media screen and (min-width: 769px) {