mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Properly align list view and side nav
- Matching the alignment of the side navigation drawer and the my preferences menu. - Matching the font sizes and weights.
This commit is contained in:
parent
638d005ccf
commit
cfa2789008
2 changed files with 6 additions and 4 deletions
|
@ -273,20 +273,21 @@
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
[dir="ltr"] & {
|
[dir="ltr"] & {
|
||||||
margin-right: 1.2em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir="rtl"] & {
|
[dir="rtl"] & {
|
||||||
margin-left: 1.2em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navMenuOptionText {
|
.navMenuOptionText {
|
||||||
|
line-height: 1.35em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-top: 0.25em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebarHeader {
|
.sidebarHeader {
|
||||||
|
font-size: 1em;
|
||||||
margin: 1em 0 0.5em;
|
margin: 1em 0 0.5em;
|
||||||
|
|
||||||
[dir="ltr"] & {
|
[dir="ltr"] & {
|
||||||
|
|
|
@ -122,10 +122,11 @@
|
||||||
padding: 0.1em 0;
|
padding: 0.1em 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-desktop .listItemBodyText {
|
.layout-desktop .listItemBodyText {
|
||||||
margin: 0.25em 0 0 0;
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItemBodyText-nowrap {
|
.listItemBodyText-nowrap {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue