diff --git a/public/less/admin/appearance/themes.less b/public/less/admin/appearance/themes.less index 8766832626..f121f2a766 100644 --- a/public/less/admin/appearance/themes.less +++ b/public/less/admin/appearance/themes.less @@ -28,9 +28,21 @@ } } - .theme-card { + [data-type="bootswatch"] { .mdl-card__title { - height: 250px; + height: 195px; + } + + .mdl-card__title-text { + display: none; + } + } + .theme-card { + margin-bottom: 30px; + + .mdl-card__title { + height: 223px; + background-size: contain; .mdl-card__title-text { background: rgba(0,0,0,0.65); diff --git a/src/views/admin/appearance/skins.tpl b/src/views/admin/appearance/skins.tpl index 10211893f5..fad2a8d7a2 100644 --- a/src/views/admin/appearance/skins.tpl +++ b/src/views/admin/appearance/skins.tpl @@ -1,24 +1,15 @@
- NodeBB's skins are powered by Bootswatch, a repository containing themes built with Bootstrap as a base theme. Currently, the Vanilla theme is best optimized for use with Bootswatch. -
-