mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Improve the "install theme/component" modal on mobile (#20777)
This commit is contained in:
parent
e988628186
commit
2dba3ab7c9
@ -91,6 +91,11 @@
|
|||||||
padding: 8px 0px;
|
padding: 8px 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
@include breakpoint(mobile-extra-large) {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: initial;
|
||||||
|
}
|
||||||
.popular-theme-name {
|
.popular-theme-name {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
.popular-theme-type {
|
.popular-theme-type {
|
||||||
@ -115,6 +120,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.popular-theme-buttons {
|
.popular-theme-buttons {
|
||||||
|
@include breakpoint(mobile-extra-large) {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
|
Loading…
Reference in New Issue
Block a user