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

update image editor

This commit is contained in:
Luke Pulverenti 2016-08-30 14:13:41 -04:00
parent d5577ab04d
commit 8fb207e4ca
9 changed files with 82 additions and 33 deletions

View file

@ -31,3 +31,11 @@
.dialogContentTitle {
margin-top: 1em;
}
@media all and (min-width: 1280px) {
.dialogContentInner {
padding-left: 2em;
padding-right: 2em;
}
}