Jake Vanderwerf
5 days ago a9b3b28d001941921aa70d37fdc87c758a163a44
src/feed/style.scss
@@ -1088,6 +1088,9 @@
            opacity: .8;
         }
      }
      ul {
         margin: 0;
      }
      &[data-timeline] {
         .images {
@@ -1141,6 +1144,10 @@
         --w: 1.5em;
      }
   }
   .all-filters summary {
      display: flex;
      justify-content: space-between;
   }
}
.all-filters {
   font-size: var(--txt-x-small);
@@ -1215,6 +1222,25 @@
   .view.row {
      display: none;
   }
   .ordering {
      padding: 2rem 0 .75rem 0;
   }
   .ordering > .row label {
      position: unset;
   }
   .ordering .row {
      .label {
         top: -1rem;
         color: rgb(var(--contrast));
      }
      &.orderby .label {
         left: 0;
      }
      &.order-direction .label {
         right: 0;
      }
   }
}