Просмотр исходного кода

fix(css): avoid aside overflow on the pagination menu

Frédéric Guillot 1 год назад
Родитель
Сommit
991c54150d
1 измененных файлов с 1 добавлено и 12 удалено
  1. 1 12
      internal/ui/static/css/common.css

+ 1 - 12
internal/ui/static/css/common.css

@@ -1173,23 +1173,12 @@ article.category-has-unread {
 
 .entry-content aside {
     font-size: 0.9em;
-    width: 30%;
     padding: 1ch;
-    margin-left: 15px;
-    float: right;
+    margin-bottom: 15px;
     font-style: italic;
     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;
 }