mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
12 lines
No EOL
215 B
CSS
12 lines
No EOL
215 B
CSS
.searchFieldsInner {
|
|
max-width: 60em;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.searchfields-icon {
|
|
margin-bottom: .1em;
|
|
margin-right: .25em;
|
|
font-size: 2em;
|
|
-webkit-align-self: flex-end;
|
|
align-self: flex-end
|
|
} |