mirror of https://github.com/lidarr/Lidarr
Better css for sorting button text
This commit is contained in:
parent
8dcfbe7b9d
commit
5c1f2b2dd7
|
@ -52,15 +52,11 @@
|
|||
}
|
||||
|
||||
.sorting-buttons {
|
||||
li {
|
||||
a {
|
||||
span {
|
||||
.sorting-title {
|
||||
display: inline-block;
|
||||
width: 110px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-container {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<a href="#">
|
||||
<span>{{title}}</span>
|
||||
<span class="sorting-title">{{title}}</span>
|
||||
<i class=""></i>
|
||||
</a>
|
Loading…
Reference in New Issue