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);
|
bottom: var(--spacing-m);
|
||||||
right: var(--spacing-m);
|
right: var(--spacing-m);
|
||||||
border-radius: 55%;
|
border-radius: 55%;
|
||||||
|
z-index: 99999;
|
||||||
}
|
}
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -346,6 +346,10 @@
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--spacing-xl);
|
gap: var(--spacing-xl);
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.app-actions :global(.spectrum-Textfield) {
|
||||||
|
max-width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-table {
|
.app-table {
|
||||||
|
@ -380,6 +384,9 @@
|
||||||
margin-top: var(--spacing-xl);
|
margin-top: var(--spacing-xl);
|
||||||
margin-bottom: calc(-1 * var(--spacing-m));
|
margin-bottom: calc(-1 * var(--spacing-m));
|
||||||
}
|
}
|
||||||
|
.app-actions :global(.spectrum-Textfield) {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
/* Hide download apps icon */
|
/* Hide download apps icon */
|
||||||
.app-actions :global(> .spectrum-Icon) {
|
.app-actions :global(> .spectrum-Icon) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue