mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 11:45:09 -04:00
Better css for sorting button text
This commit is contained in:
1 parent
8dcfbe7b9d
commit
5c1f2b2dd7
2 files changed
+4
-8
No files matched your search
@@ -52,13 +52,9 @@
|
||||
}
|
||||
|
||||
.sorting-buttons {
|
||||
li {
|
||||
a {
|
||||
span {
|
||||
display: inline-block;
|
||||
width: 110px;
|
||||
}
|
||||
}
|
||||
.sorting-title {
|
||||
display: inline-block;
|
||||
width: 110px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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