mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Updated design settings page
No ref - Retired Massively and Editorial as official themes - Updated icon alignment in sidenav - Updated grid for larger screens
This commit is contained in:
parent
23b919d52e
commit
6acdf1c15d
2 changed files with 8 additions and 15 deletions
|
@ -102,20 +102,6 @@ export default class ChangeThemeController extends Controller {
|
|||
previewUrl: 'https://london.ghost.io',
|
||||
ref: 'TryGhost/London',
|
||||
image: 'assets/img/themes/London.jpg'
|
||||
}, {
|
||||
name: 'Editorial',
|
||||
category: 'Magazine',
|
||||
url: 'https://github.com/TryGhost/Editorial',
|
||||
previewUrl: 'https://editorial.ghost.io',
|
||||
ref: 'TryGhost/Editorial',
|
||||
image: 'assets/img/themes/Editorial.jpg'
|
||||
}, {
|
||||
name: 'Massively',
|
||||
category: 'Magazine',
|
||||
url: 'https://github.com/TryGhost/Massively',
|
||||
previewUrl: 'https://massively.ghost.io',
|
||||
ref: 'TryGhost/Massively',
|
||||
image: 'assets/img/themes/Massively.jpg'
|
||||
}]
|
||||
|
||||
get themesList() {
|
||||
|
|
|
@ -1497,7 +1497,7 @@ p.theme-validation-details {
|
|||
position: relative;
|
||||
top: inherit;
|
||||
left: inherit;
|
||||
margin-left: auto;
|
||||
margin: 0 8px 0 auto;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
|
@ -1553,6 +1553,7 @@ p.theme-validation-details {
|
|||
justify-content: center;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-right: -8px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
@ -1780,6 +1781,12 @@ p.theme-validation-details {
|
|||
margin: 0 0 24px;
|
||||
}
|
||||
|
||||
@media (min-width: 1800px) {
|
||||
.theme-directory-labs {
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1120px) {
|
||||
.theme-directory-labs {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
|
Loading…
Add table
Reference in a new issue