mirror of
https://github.com/bittenbythedark/SingularityWeb.git
synced 2026-08-14 00:57:53 +00:00
bottom pagination fixed
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="container bottom-pagination">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-8"></div>
|
||||
|
||||
+5
-1
@@ -112,9 +112,13 @@ body{
|
||||
#channelselector{
|
||||
background-color:#2f3535;
|
||||
color:white;
|
||||
margin-left:5px;
|
||||
margin-left:5px;
|
||||
|
||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
|
||||
}
|
||||
.bottom-pagination {
|
||||
margin-top:5px;
|
||||
}
|
||||
.pagination_drop
|
||||
{
|
||||
width:60px;
|
||||
|
||||
Reference in New Issue
Block a user