jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.css
2016-11-26 19:40:15 -05:00

17 lines
238 B
CSS

.imageEditor-buttons {
display: flex;
align-items: center;
margin: 1em 0 1em;
}
.first-imageEditor-buttons {
margin-top: 2em;
}
@media all and (min-width: 1200px) {
.imageEditorCard {
width: 20%;
}
}