1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/apps/stable/features/search/components/searchfields.scss

12 lines
186 B
SCSS
Raw Normal View History

2019-01-23 11:33:34 +00:00
.searchFieldsInner {
2018-10-23 01:13:23 +03:00
max-width: 60em;
margin: 0 auto;
2018-10-23 01:13:23 +03:00
}
.searchfields-icon {
2020-01-19 15:00:37 +01:00
margin-bottom: 0.1em;
margin-right: 0.25em;
2018-10-23 01:13:23 +03:00
font-size: 2em;
align-self: flex-end;
}