mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Carded notifications
This commit is contained in:
parent
3d2a47627f
commit
195f9d9d27
12 changed files with 147 additions and 44 deletions
|
@ -8,7 +8,7 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.notifications {
|
||||
.add-notifications {
|
||||
text-align: center;
|
||||
|
||||
.items {
|
||||
|
@ -22,3 +22,31 @@
|
|||
}
|
||||
}
|
||||
|
||||
.notifications {
|
||||
li {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
.notification-item {
|
||||
|
||||
.card;
|
||||
|
||||
width: 250px;
|
||||
height: 80px;
|
||||
padding: 10px 15px;
|
||||
|
||||
h3 {
|
||||
margin-top: 0px;
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue