0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Removed unnecessary padding

refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
Djordje Vlaisavljevic 2022-10-21 11:04:27 +02:00
parent 1e1a155b7d
commit 9e3e3d7131

View file

@ -1064,7 +1064,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 1.6rem 0;
padding: 0;
}
.gh-links-list-item {
@ -1080,31 +1080,20 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
text-decoration: none;
}
.gh-links-list-item:hover {
background: linear-gradient(315deg,#fafafb 60%,#fff);
}
.gh-links-list-item-edit-mode {
padding: 1rem 0;
}
.gh-links-list-item-edit-mode:first-child {
padding: 1rem 0 1rem 0;
margin-top: -0.6rem;
}
.gh-links-list-item-edit-mode:last-child {
padding: 1rem 0 1rem 0;
margin-bottom: -0.6rem;
}
.gh-links-list-item .gh-links-list-clicks {
text-align: right;
padding-right: 2px;
}
.gh-links-list-item:first-child {
padding-top: 0;
padding-right: 12px;
}
.gh-links-list-item:last-child {
padding-bottom: 0;
border-bottom: none;
}
@ -1230,7 +1219,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
.gh-links-list-header .gh-links-list-title:last-child {
text-align: right;
padding-right: 2px;
padding-right: 12px;
}
.gh-links-info {
@ -1246,7 +1235,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
width: calc(100% + 40px);
background: linear-gradient(180deg, #FBFBFB 0%, #FFFFFF 50%);
padding: 20px;
margin: -1px -20px -20px -20px;
margin: 0px -20px -20px -20px;
border-top: 1px solid var(--lightgrey-l1);
border-radius: 0 0 3px 3px;
}