diff --git a/payload/user/remote_access/pager-webui/www/css/app.css b/payload/user/remote_access/pager-webui/www/css/app.css index 9cc4415..852cbff 100644 --- a/payload/user/remote_access/pager-webui/www/css/app.css +++ b/payload/user/remote_access/pager-webui/www/css/app.css @@ -143,12 +143,6 @@ body { align-items: center; justify-content: center; margin-right: 14px; flex: none; } .entry-icon svg { width: 24px; height: 24px; display: block; } -#rail .entry.sub { - height: 36px; padding-left: 34px; font-size: 13px; -} -#rail .entry.sub .entry-icon { width: 18px; height: 18px; margin-right: 10px; } -#rail .entry.sub .entry-icon svg { width: 18px; height: 18px; } -#rail.open .entry.sub .entry-text { font-size: 12px; } #topbar .btn.ghost { color: #fff; border-color: #fff; } .entry-text { white-space: nowrap; opacity: 0; transition: opacity .2s; } #rail.open .entry-text { opacity: 1; } diff --git a/payload/user/remote_access/pager-webui/www/index.html b/payload/user/remote_access/pager-webui/www/index.html index 6dd6aca..bbdbc5b 100644 --- a/payload/user/remote_access/pager-webui/www/index.html +++ b/payload/user/remote_access/pager-webui/www/index.html @@ -6,7 +6,7 @@