summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 23:20:19 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 23:20:19 +0300
commit33240b7fd92c6661049e1ee18260540d8fc26f0a (patch)
tree161834da540c2eb99138a0af592cfd65b664a5d8 /css/tt-rss.less
parent8c905ca0200e0517fa25544c9c8306a8e47b95ec (diff)
various layout fixes related to inline player causing unnecessary left padding if shorten_expanded is enabled
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index bba6f484b..eb24db32a 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -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;