mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Add padding to channels list bottom
This commit is contained in:
@ -261,6 +261,11 @@ nav .brand-logo {
|
|||||||
background: linear-gradient(to right, #f9f9f9 90%, #fff);
|
background: linear-gradient(to right, #f9f9f9 90%, #fff);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#channels-list {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
#channels-list > li:hover {
|
#channels-list > li:hover {
|
||||||
-webkit-filter: brightness(150%);
|
-webkit-filter: brightness(150%);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user