]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
fix date positioning
[irc/freenode/web-7.0.git] / static / css / style.css
index a380cd40e8d1d235611ac62b7252763e382dc3f3..17c1feb88dbe3568ed93c3054e64a04416a758e5 100644 (file)
@@ -209,17 +209,17 @@ h1 {
 }
 
 .art-info {
+    line-height: 1.6;
     display: flex;
-    flex-wrap: wrap;
     flex-direction: row;
+    flex-wrap: wrap;
     justify-content: space-between;
-    align-items: center;
-    line-height: 1.6;
+    align-items: baseline;
 }
 
 .art-info h1 {
-    display: inline;
     margin-top: 0;
+    display: inline;
 }
 
 .art-body {
@@ -237,11 +237,13 @@ h1 {
 }
 
 .art-date {
-    display: block;
+    display: inline-block;
+    text-align: baseline;
+    line-height: 1;
+    white-space: nowrap;
     color: #ccc;
     font-feature-settings: "tnum";
     font-variant-numeric: tabular-nums;
-    min-width: max-content;
 }
 
 .art-nav {