mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix chevron centering on dashboard titles
This commit is contained in:
parent
843811217f
commit
4434089fad
1 changed files with 7 additions and 0 deletions
|
@ -231,6 +231,13 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.dashboardSection .sectionTitleTextButton > .material-icons.material-icons {
|
||||
font-size: 1.17em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.activeRecordingItems > .card {
|
||||
width: 50%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue