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;
|
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 {
|
.admin-identity {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
<div class="admin-frame">
|
<div class="admin-frame">
|
||||||
<header class="admin-topbar">
|
<header class="admin-topbar">
|
||||||
<div class="topbar-left">
|
<div class="topbar-left">
|
||||||
<span class="status-dot" aria-hidden="true"></span>
|
|
||||||
<div class="admin-identity">
|
<div class="admin-identity">
|
||||||
<p class="eyebrow subtle">Admin</p>
|
<p class="eyebrow subtle">Admin</p>
|
||||||
<h1 th:text="${broadcaster}"></h1>
|
<h1 th:text="${broadcaster}"></h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user