Improve responsiveness on apps list page and fix discussions link styles

This commit is contained in:
Andrew Kingston 2023-01-13 08:47:15 +00:00
parent 22affb8d5f
commit f5936f2583
2 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,7 @@
bottom: var(--spacing-m);
right: var(--spacing-m);
border-radius: 55%;
z-index: 99999;
}
.hidden {
display: none;

View File

@ -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;