Tighten launcher request list layout
This commit is contained in:
parent
18efb605f5
commit
15fb52d316
1 changed files with 7 additions and 3 deletions
|
|
@ -235,9 +235,9 @@ body {
|
|||
|
||||
.launcher-board-tabs {
|
||||
display: inline-grid;
|
||||
grid-template-columns: repeat(2, minmax(128px, 1fr));
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 4px;
|
||||
width: fit-content;
|
||||
width: min(280px, 100%);
|
||||
padding: 4px;
|
||||
border: 1px solid #365782;
|
||||
border-radius: 14px;
|
||||
|
|
@ -246,7 +246,8 @@ body {
|
|||
|
||||
.launcher-board-tab {
|
||||
min-height: 42px;
|
||||
min-width: 128px;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
padding: 10px 18px;
|
||||
border-color: transparent;
|
||||
background: transparent;
|
||||
|
|
@ -924,6 +925,7 @@ body {
|
|||
display: grid;
|
||||
gap: 8px;
|
||||
padding-right: 4px;
|
||||
grid-auto-rows: max-content;
|
||||
align-content: start;
|
||||
align-items: start;
|
||||
}
|
||||
|
|
@ -932,6 +934,8 @@ body {
|
|||
position: relative;
|
||||
display: grid;
|
||||
gap: 7px;
|
||||
align-content: start;
|
||||
align-self: start;
|
||||
padding: 9px 11px;
|
||||
border: 1px solid #365782;
|
||||
border-radius: 12px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue