diff --git a/ChessCubing.App/Pages/AdminPage.razor b/ChessCubing.App/Pages/AdminPage.razor index ef075c6..0d8902a 100644 --- a/ChessCubing.App/Pages/AdminPage.razor +++ b/ChessCubing.App/Pages/AdminPage.razor @@ -140,8 +140,14 @@
- - + +
@@ -192,11 +198,19 @@ @BuildUserCardFootnote(user)
- -
diff --git a/ChessCubing.App/wwwroot/index.html b/ChessCubing.App/wwwroot/index.html index d3a3989..ed5ec8e 100644 --- a/ChessCubing.App/wwwroot/index.html +++ b/ChessCubing.App/wwwroot/index.html @@ -18,6 +18,7 @@ + diff --git a/styles.css b/styles.css index 0d8a700..dfe4c75 100644 --- a/styles.css +++ b/styles.css @@ -196,6 +196,22 @@ p { padding: 0.7rem 0.9rem; } +.button.with-icon { + gap: 0.5rem; +} + +.button.icon-button { + width: 2.55rem; + height: 2.55rem; + padding: 0; + border-radius: 14px; +} + +.action-icon { + font-size: 1.15rem; + line-height: 1; +} + .setup-shell { position: relative; width: min(1220px, calc(100% - 2rem)); @@ -1670,6 +1686,10 @@ body.site-menu-hidden .site-menu-shell { gap: 0.55rem; } +.admin-actions-cell .button { + flex: 0 0 auto; +} + .admin-chip-success { background: rgba(69, 185, 127, 0.14); color: #dff7ea;