mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
fix(css): avoid aside overflow on the pagination menu
This commit is contained in:
parent
6eedf4111f
commit
991c54150d
1 changed files with 1 additions and 12 deletions
|
@ -1173,23 +1173,12 @@ article.category-has-unread {
|
||||||
|
|
||||||
.entry-content aside {
|
.entry-content aside {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
width: 30%;
|
|
||||||
padding: 1ch;
|
padding: 1ch;
|
||||||
margin-left: 15px;
|
margin-bottom: 15px;
|
||||||
float: right;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
border: dotted var(--entry-content-aside-border-color) 2px;
|
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 {
|
details.entry-enclosures {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue