1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:35:58 +00:00

various layout fixes related to inline player causing unnecessary left padding if shorten_expanded is enabled

This commit is contained in:
Andrew Dolgov
2018-12-07 23:20:19 +03:00
parent 8c905ca020
commit 33240b7fd9
7 changed files with 41 additions and 4 deletions

View File

@@ -81,6 +81,18 @@ body.ttrss_main {
}
}
.inline-player {
display : flex;
> * {
align-self : center;
}
audio {
margin-right : 8px;
}
}
.article-note {
background-color : #fff7d5;
margin : 5px;