1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +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

@@ -80,6 +80,15 @@ body.ttrss_main div.post div.content iframe {
min-width: 50%;
max-width: 98%;
}
body.ttrss_main .inline-player {
display: flex;
}
body.ttrss_main .inline-player > * {
align-self: center;
}
body.ttrss_main .inline-player audio {
margin-right: 8px;
}
body.ttrss_main .article-note {
background-color: #fff7d5;
margin: 5px;
@@ -1095,6 +1104,7 @@ video::-webkit-media-controls-overlay-play-button {
}
.cdm .intermediate {
margin-top: 10px;
margin-left: 10px;
}
.cdm .content-inner {
margin: 10px;

File diff suppressed because one or more lines are too long