Skip to content

Commit

Permalink
Fix detailed sub sut-title position when not showing cover.
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Sep 22, 2024
1 parent ca73eb5 commit 87679aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MaterialSkin/HTML/material/html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3231,6 +3231,12 @@ div.v-subheader {
font-size:100%;
}

.detailed-sub .subtoolbar-subtitle {
line-height:24px;
min-height:24px;
vertical-align: middle;
}

.toolbar-clock {
position:fixed;
top:calc(var(--top-pad) + 2px);
Expand Down

0 comments on commit 87679aa

Please sign in to comment.