Improve responsiveness on apps list page and fix discussions link styles
This commit is contained in:
parent
22affb8d5f
commit
f5936f2583
|
@ -31,6 +31,7 @@
|
|||
bottom: var(--spacing-m);
|
||||
right: var(--spacing-m);
|
||||
border-radius: 55%;
|
||||
z-index: 99999;
|
||||
}
|
||||
.hidden {
|
||||
display: none;
|
||||
|
|
|
@ -346,6 +346,10 @@
|
|||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
gap: var(--spacing-xl);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.app-actions :global(.spectrum-Textfield) {
|
||||
max-width: 180px;
|
||||
}
|
||||
|
||||
.app-table {
|
||||
|
@ -380,6 +384,9 @@
|
|||
margin-top: var(--spacing-xl);
|
||||
margin-bottom: calc(-1 * var(--spacing-m));
|
||||
}
|
||||
.app-actions :global(.spectrum-Textfield) {
|
||||
max-width: none;
|
||||
}
|
||||
/* Hide download apps icon */
|
||||
.app-actions :global(> .spectrum-Icon) {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue