Compare commits
1 Commits
17b5a87699
...
3ea9753cc9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ea9753cc9 |
@@ -508,9 +508,9 @@ body {
|
||||
|
||||
.manager-dock {
|
||||
pointer-events: auto;
|
||||
display: grid;
|
||||
width: min(100%, 18.5rem);
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
display: flex;
|
||||
width: fit-content;
|
||||
max-width: min(100%, calc(100vw - 2rem));
|
||||
gap: 0.5rem;
|
||||
border-radius: 1.75rem;
|
||||
background: rgba(255, 255, 255, 0.92);
|
||||
@@ -524,7 +524,7 @@ body {
|
||||
|
||||
.manager-dock__item {
|
||||
display: flex;
|
||||
min-width: 0;
|
||||
min-width: 5.5rem;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user