diff --git a/src/css/topbar.css b/src/css/topbar.css index 99ca6ce..a18494a 100644 --- a/src/css/topbar.css +++ b/src/css/topbar.css @@ -25,6 +25,14 @@ .logo span { color: var(--text-dim); margin: 0 5px; } .logo-sub { display: inline; } + .topbar-right { + display: flex; + align-items: center; + gap: 8px; + margin-left: auto; + flex-shrink: 0; + } + .live-dot { display: flex; align-items: center; @@ -33,7 +41,6 @@ font-family: 'Share Tech Mono', monospace; color: var(--accent-live); letter-spacing: 0.1em; - margin-left: auto; flex-shrink: 0; } .live-dot::before { @@ -197,7 +204,7 @@ .logo { font-size: 11px; } .clock { font-size: 14px; } .category-filter { max-width: 100%; } - .support-links { width: 100%; } + .topbar-right { width: 100%; justify-content: space-between; } .grid-wrapper { display: none; } .mobile-view { display: block; } diff --git a/src/tpl/topbar.php b/src/tpl/topbar.php index 1a829e9..edbc34d 100644 --- a/src/tpl/topbar.php +++ b/src/tpl/topbar.php @@ -62,11 +62,13 @@ foreach ($theme_files as $file) { -