mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Remove useless status dot
This commit is contained in:
@@ -482,14 +482,6 @@ body {
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.status-dot {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
background: radial-gradient(circle, #22c55e 0%, #14532d 70%);
|
||||
box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.15);
|
||||
}
|
||||
|
||||
.admin-identity {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
<div class="admin-frame">
|
||||
<header class="admin-topbar">
|
||||
<div class="topbar-left">
|
||||
<span class="status-dot" aria-hidden="true"></span>
|
||||
<div class="admin-identity">
|
||||
<p class="eyebrow subtle">Admin</p>
|
||||
<h1 th:text="${broadcaster}"></h1>
|
||||
|
||||
Reference in New Issue
Block a user