diff --git a/css/chess.css b/css/chess.css index 1591bdf..87c0956 100644 --- a/css/chess.css +++ b/css/chess.css @@ -112,7 +112,7 @@ button:disabled .silhouette { #cb_scrollable { flex: 1 1000 auto; - padding-right: 8px; + padding-right: calc(8px + 3em); overflow: auto; } @@ -330,9 +330,9 @@ button:disabled .silhouette { } .badges { - position: absolute; - bottom: 8px; - right: 8px; + position: fixed; + bottom: 12px; + right: 12px; margin: 0; display: flex; flex-flow: column nowrap; @@ -368,6 +368,10 @@ button:disabled .silhouette { max-width: calc(100vw - (8px + 24px)); } + #cb_scrollable { + padding-right: 8px; + } + .badges { position: static; bottom: auto; diff --git a/index.html b/index.html index ea256b5..eb79e8c 100644 --- a/index.html +++ b/index.html @@ -243,8 +243,8 @@
-
Official Site
-
Gogs Repo
+
Official Site
+
Source Code