From 4f2bd1c8aed9232f9180fa2b9baba20f0c6962b8 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Tue, 24 Jan 2023 15:32:40 +0200 Subject: [PATCH] add css rules for landing mobile --- less/landing.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/less/landing.less b/less/landing.less index 5d6470f..cc5d71a 100644 --- a/less/landing.less +++ b/less/landing.less @@ -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 {