From ab5bc17991f3dd053c8dfa5df772dc160d456639 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 15 Dec 2024 19:23:30 -0800 Subject: [PATCH] set correct size for home screen on mobile --- src/gui/src/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index b3a6d5db..e5c2bb72 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -351,8 +351,6 @@ input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, sel } .device-phone .desktop { - height: 100vh !important; - height: 100dvh !important; overflow-x: scroll; } @@ -778,6 +776,10 @@ span.header-sort-icon img { .device-phone .item-container-list .item .item-name { line-height: 42px; + border-bottom: 1px solid #e3e3e3; + padding-bottom: 15px; + width: calc(100% - 75px); + text-align: left; } .window-body .item .item-name-editor {