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,16 +52,12 @@
|
||||
}
|
||||
|
||||
.sorting-buttons {
|
||||
li {
|
||||
a {
|
||||
span {
|
||||
.sorting-title {
|
||||
display: inline-block;
|
||||
width: 110px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-container {
|
||||
min-height : 500px;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<a href="#">
|
||||
<span>{{title}}</span>
|
||||
<span class="sorting-title">{{title}}</span>
|
||||
<i class=""></i>
|
||||
</a>
|
Reference in New Issue
Block a user