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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user