mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Indexers carded
This commit is contained in:
parent
0bc2d4814c
commit
23695b3fe8
5 changed files with 26 additions and 9 deletions
19
UI/Settings/Indexers/indexers.less
Normal file
19
UI/Settings/Indexers/indexers.less
Normal file
|
@ -0,0 +1,19 @@
|
|||
@import "../../Shared/Styles/card";
|
||||
|
||||
.indexer-list {
|
||||
li {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
.indexer-settings-item {
|
||||
|
||||
.card;
|
||||
|
||||
min-width: 220px;
|
||||
|
||||
h2 {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue