From a8773eab1e8f82a7bd862492e5520dcb9690a5e0 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Mon, 27 Aug 2018 13:13:49 +0300 Subject: own modals - first implementation --- kvmd/web/css/mobile.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kvmd/web/css/mobile.css') diff --git a/kvmd/web/css/mobile.css b/kvmd/web/css/mobile.css index f12e1f8c..24bf9ca8 100644 --- a/kvmd/web/css/mobile.css +++ b/kvmd/web/css/mobile.css @@ -36,6 +36,10 @@ background-color: var(--bg-color-normal) !important; } + div.modal div.modal-window div.modal-buttons button { + height: 50px !important; + } + div#stream-window { padding-top: 9px !important; border-top: 0 !important; -- cgit v1.2.3