mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
add existing has a load more button that shows all of the results.
This commit is contained in:
parent
2a89897a99
commit
5ad5307a7b
10 changed files with 195 additions and 150 deletions
9
UI/Shared/Styles/card.less
Normal file
9
UI/Shared/Styles/card.less
Normal file
|
@ -0,0 +1,9 @@
|
|||
.card {
|
||||
margin :10px;
|
||||
padding: 10px;
|
||||
box-shadow: 0px 0px 20px 1px #e1e1e1;
|
||||
color: #444444;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue