Fix spacing

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-04 18:54:02 +02:00 committed by Jan-Christoph Borchardt
parent 184c1b03e3
commit 1f1dddcc5e
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

@ -757,7 +757,7 @@ table.dragshadow td.size {
tr {
display: block;
position: relative;
height: $grid-size + 44px;
height: $grid-size + 44px - $grid-pad;
border-radius: var(--border-radius);
&:hover, &:focus, &:active,
&.selected,
@ -824,7 +824,7 @@ table.dragshadow td.size {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top: $grid-size;
margin-top: $grid-size - $grid-pad;
padding-right: 0;
text-align: right;
line-height: 44px;
@ -843,7 +843,7 @@ table.dragshadow td.size {
.fileactions {
height: initial;
margin-top: $grid-size;
margin-top: $grid-size - $grid-pad;
display: flex;
align-items: center;
.action {