0
Fork 0
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:
John O'Nolan 2015-08-26 15:12:04 +02:00
parent 3a03f8fda9
commit 8dd412f20c
3 changed files with 3 additions and 2 deletions

View file

@ -216,7 +216,7 @@
.content-preview .post-controls { .content-preview .post-controls {
position: absolute; position: absolute;
top: 5px; top: 20px;
right: 25px; right: 25px;
} }

View file

@ -275,7 +275,7 @@
.post-settings { .post-settings {
position: relative; position: relative;
display: inline-block; display: inline-block;
padding: 5px 10px; padding: 15px;
color: var(--midgrey); color: var(--midgrey);
transition: all 0.15s ease-out 0s; transition: all 0.15s ease-out 0s;
} }

View file

@ -444,6 +444,7 @@
.view-actions { .view-actions {
flex-shrink: 0; flex-shrink: 0;
display: flex; display: flex;
align-items: center;
} }
.view-actions .btn { .view-actions .btn {