1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Increase hit area on PSM controls

Closes #5714
This commit is contained in:
John O'Nolan 2015-08-26 15:20:41 +02:00
parent 8cde3b4af6
commit 5900d5c390

View file

@ -61,7 +61,8 @@
position: relative; position: relative;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 19px 24px; align-items: center;
padding: 15px 24px;
} }
.settings-menu-header h4 { .settings-menu-header h4 {
@ -72,8 +73,10 @@
} }
.settings-menu-header .close { .settings-menu-header .close {
right: 22px; margin-right: -15px;
padding: 10px 15px;
font-size: 12px; font-size: 12px;
line-height: 12px;
} }
.settings-menu-header.subview h4 { .settings-menu-header.subview h4 {
@ -81,12 +84,12 @@
} }
.settings-menu-header.subview .back { .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;
}