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

fixed notification styles for ie

This commit is contained in:
Luke Pulverenti 2013-07-15 21:36:18 -04:00
parent d2077f43d4
commit 120a1b467d
4 changed files with 13 additions and 7 deletions

View file

@ -178,6 +178,10 @@
.notificationsFlyout {
width: 450px;
}
.notificationContent p {
max-width: 350px;
}
}
@media all and (min-width: 600px) {
@ -189,4 +193,8 @@
width: 60px;
height: 60px;
}
.notificationContent p {
max-width: 400px;
}
}