mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add padding to the bottom of the grid.
This commit is contained in:
parent
a96f937281
commit
2ed3d83435
1 changed files with 4 additions and 0 deletions
|
@ -115,4 +115,8 @@ b {
|
||||||
* {
|
* {
|
||||||
scrollbar-color: #15191a #444a4e;
|
scrollbar-color: #15191a #444a4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.uk-grid > div {
|
||||||
|
padding-bottom: 1vh;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue