Center OS version badge under the Hub title

Co-authored-by: arena-agent <297053741+arena-agent@users.noreply.github.com>
This commit is contained in:
naturallaw777
2026-08-04 16:04:56 +00:00
co-authored by arena-agent
parent bda1372a1d
commit 1bfec68d77
@@ -32,9 +32,9 @@
.title-group { .title-group {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: center;
justify-content: center; justify-content: center;
gap: 2px; gap: 6px;
} }
.header-buttons { .header-buttons {
@@ -67,7 +67,7 @@
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
white-space: nowrap; white-space: nowrap;
align-self: flex-start; align-self: center;
} }
.os-version-badge:hover { .os-version-badge:hover {