mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
Better css for sorting button text
This commit is contained in:
@@ -52,13 +52,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sorting-buttons {
|
.sorting-buttons {
|
||||||
li {
|
.sorting-title {
|
||||||
a {
|
display: inline-block;
|
||||||
span {
|
width: 110px;
|
||||||
display: inline-block;
|
|
||||||
width: 110px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<a href="#">
|
<a href="#">
|
||||||
<span>{{title}}</span>
|
<span class="sorting-title">{{title}}</span>
|
||||||
<i class=""></i>
|
<i class=""></i>
|
||||||
</a>
|
</a>
|
Reference in New Issue
Block a user