UX: improve mobile event badge positioning (#156)

This commit is contained in:
Kris
2025-05-10 13:46:15 -04:00
committed by GitHub
parent eda0db294d
commit d749920db7
+13
View File
@@ -719,3 +719,16 @@ body.user-messages-page {
}
}
}
.mobile-view {
.link-top-line .event-date-container {
display: inline;
margin-top: 0;
}
.topic-list-body .topic-list-item .link-top-line .event-date {
position: relative;
margin-left: 0;
top: -0.125em;
}
}