diff options
author | Devaev Maxim <[email protected]> | 2018-08-27 13:13:49 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-27 13:13:49 +0300 |
commit | a8773eab1e8f82a7bd862492e5520dcb9690a5e0 (patch) | |
tree | 77c8caeaf749073e26ef50e83c44b784312dd79b /kvmd/web/css/mobile.css | |
parent | 47a077a3b7d7ccadf8a1adcd608ffe61ac5bf818 (diff) |
own modals - first implementation
Diffstat (limited to 'kvmd/web/css/mobile.css')
-rw-r--r-- | kvmd/web/css/mobile.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |