Merge pull request #12384 from nextcloud/fix/12357/public-share-scrollbar
Reduces the footer link padding
This commit is contained in:
commit
3117e996be
|
@ -73,8 +73,8 @@ $footer-height: 65px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
/* increasing clickability to more than the text height */
|
/* increasing clickability to more than the text height */
|
||||||
padding: 13px;
|
padding: 10px;
|
||||||
margin: -13px;
|
margin: -10px;
|
||||||
line-height: 200%;
|
line-height: 200%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue