Stabilize launcher board tab sizing

This commit is contained in:
Andraxion 2026-06-27 02:55:10 -04:00
parent ab52d045fa
commit 944cee2444

View file

@ -221,6 +221,7 @@ body {
max-height: min(52dvh, 720px); max-height: min(52dvh, 720px);
padding: 12px; padding: 12px;
overflow: auto; overflow: auto;
scrollbar-gutter: stable both-edges;
} }
.launcher-shell-admin .launcher-changelog-body { .launcher-shell-admin .launcher-changelog-body {
@ -236,7 +237,9 @@ body {
.launcher-board-tabs { .launcher-board-tabs {
display: flex; display: flex;
gap: 4px; gap: 4px;
width: min(280px, 100%); width: 280px;
max-width: 100%;
justify-self: start;
padding: 4px; padding: 4px;
border: 1px solid #365782; border: 1px solid #365782;
border-radius: 14px; border-radius: 14px;