mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Minor visual edits
- Adjust edit post button position - Increase hit area on post settings cog
This commit is contained in:
parent
3a03f8fda9
commit
8dd412f20c
3 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue