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:
Kris 2021-05-20 03:10:40 -04:00 committed by GitHub
parent 058b5310c1
commit db7038e6c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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"}}

View File

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