1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added unidentified indicators

This commit is contained in:
Luke Pulverenti 2014-02-28 23:12:56 -05:00
parent e7a8a5930b
commit 08921bdaaf
4 changed files with 30 additions and 21 deletions

View file

@ -182,19 +182,4 @@
.notificationContent p {
max-width: 350px;
}
}
@media all and (min-width: 600px) {
.notificationsFlyout {
width: 500px;
}
.imgNotification, .imgNotificationInner {
width: 60px;
height: 60px;
}
.notificationContent p {
max-width: 400px;
}
}
}