Stabilize launcher board tab sizing
This commit is contained in:
parent
ab52d045fa
commit
944cee2444
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue