mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
commit
87b197ffc9
@ -61,7 +61,8 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 19px 24px;
|
||||
align-items: center;
|
||||
padding: 15px 24px;
|
||||
}
|
||||
|
||||
.settings-menu-header h4 {
|
||||
@ -72,8 +73,10 @@
|
||||
}
|
||||
|
||||
.settings-menu-header .close {
|
||||
right: 22px;
|
||||
margin-right: -15px;
|
||||
padding: 10px 15px;
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
}
|
||||
|
||||
.settings-menu-header.subview h4 {
|
||||
@ -81,12 +84,12 @@
|
||||
}
|
||||
|
||||
.settings-menu-header.subview .back {
|
||||
left: 0;
|
||||
margin-left: -15px;
|
||||
padding: 10px 15px;
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.settings-menu-header.subview .back:before {
|
||||
left: 19px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -216,7 +216,7 @@
|
||||
|
||||
.content-preview .post-controls {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
top: 20px;
|
||||
right: 25px;
|
||||
}
|
||||
|
||||
|
@ -275,7 +275,7 @@
|
||||
.post-settings {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 5px 10px;
|
||||
padding: 15px;
|
||||
color: var(--midgrey);
|
||||
transition: all 0.15s ease-out 0s;
|
||||
}
|
||||
|
@ -444,6 +444,7 @@
|
||||
.view-actions {
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.view-actions .btn {
|
||||
|
Loading…
Reference in New Issue
Block a user