UX: Improve the "install theme/component" modal on mobile (#20777)

This commit is contained in:
Canapin 2023-03-27 20:11:31 +02:00 committed by GitHub
parent e988628186
commit 2dba3ab7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -91,6 +91,11 @@
padding: 8px 0px;
display: flex;
align-items: center;
@include breakpoint(mobile-extra-large) {
flex-direction: column;
align-items: initial;
}
.popular-theme-name {
flex: 1;
.popular-theme-type {
@ -115,6 +120,13 @@
}
}
.popular-theme-buttons {
@include breakpoint(mobile-extra-large) {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 0.25em;
}
> span {
font-style: italic;
font-size: var(--font-down-1);