add css rules for landing mobile

This commit is contained in:
Alex Martzios 2023-01-24 15:32:40 +02:00
parent 4a0b008feb
commit 4f2bd1c8ae
1 changed files with 12 additions and 0 deletions

View File

@ -165,6 +165,18 @@
width: 1px;
}
.landing-action-bar-mobile {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: @global-z-index - 20;
& > div {
padding: 10px 20px;
border-top: 1px solid lightgrey;
}
}
.download-drop {
width: unset;
.download-drop-item {