From 13bea66473de4ffc83857427201a8ac763aa0899 Mon Sep 17 00:00:00 2001 From: DungTT Date: Mon, 22 Jun 2026 11:08:00 +0700 Subject: [PATCH] no copyright --- web-server/public/css/styles.css | 31 ++++++------------------ web-server/views/partials/page-start.ejs | 8 ++---- 2 files changed, 9 insertions(+), 30 deletions(-) diff --git a/web-server/public/css/styles.css b/web-server/public/css/styles.css index b637c1c..c303f81 100644 --- a/web-server/public/css/styles.css +++ b/web-server/public/css/styles.css @@ -141,8 +141,7 @@ button:disabled { } .brand-copy span, -.profile-meta span, -.sidebar-status span { +.profile-meta span { color: var(--on-surface-variant); font-size: 11px; } @@ -195,29 +194,13 @@ button:disabled { font-weight: 800; } -.sidebar-status { - align-items: center; - background: rgba(255, 255, 255, 0.62); - border: 1px solid rgba(169, 180, 185, 0.32); - border-radius: var(--radius); - display: flex; - gap: 9px; +.sidebar-copyright { + color: var(--on-surface-variant); + font-size: 11px; + line-height: 1.4; margin: 12px; - padding: 10px; -} - -.sidebar-status strong { - display: block; - font-size: 12px; -} - -.status-dot { - background: #12b76a; - border-radius: 999px; - box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.15); - display: inline-flex; - height: 8px; - width: 8px; + padding: 4px 2px; + text-align: center; } #sidebarBackdrop, diff --git a/web-server/views/partials/page-start.ejs b/web-server/views/partials/page-start.ejs index 91d8546..d4c5ee3 100644 --- a/web-server/views/partials/page-start.ejs +++ b/web-server/views/partials/page-start.ejs @@ -33,12 +33,8 @@ <% }) %> -