mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Fix theme upload width, remove class clash, prettier (#13071)
* UX: fix width & theme upload modal class clash * remove unneeded class * unprettier hbs * add back unicode emoji * add newline
This commit is contained in:
parent
058b5310c1
commit
db7038e6c2
@ -1,4 +1,4 @@
|
||||
{{#d-modal-body class="upload-selector install-theme" title="admin.customize.theme.install"}}
|
||||
{{#d-modal-body class="install-theme" title="admin.customize.theme.install"}}
|
||||
{{#unless directRepoInstall}}
|
||||
<div class="install-theme-items">
|
||||
{{install-theme-item value="popular" selection=selection label="admin.customize.theme.install_popular"}}
|
||||
|
@ -39,8 +39,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.radios:last-child:not(:nth-child(2)) {
|
||||
// last child for composer modal, but not theme import modal
|
||||
.radios:last-child {
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user