mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
feat(css): improve aside element position on smartphone
This commit is contained in:
parent
33063a7775
commit
e74d875d95
1 changed files with 10 additions and 0 deletions
|
@ -1174,6 +1174,7 @@ article.category-has-unread {
|
|||
}
|
||||
|
||||
.entry-content aside {
|
||||
font-size: 0.9em;
|
||||
width: 30%;
|
||||
padding: 1ch;
|
||||
margin-left: 15px;
|
||||
|
@ -1182,6 +1183,15 @@ article.category-has-unread {
|
|||
border: dotted var(--entry-content-aside-border-color) 2px;
|
||||
}
|
||||
|
||||
@media (max-width: 620px) {
|
||||
.entry-content aside {
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
margin-top: 15px;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
details.entry-enclosures {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue