mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
17 lines
238 B
CSS
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%;
|
|
}
|
|
}
|