Skip to content

Commit

Permalink
mod timeline UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 29, 2024
1 parent ff14823 commit dc3bc90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/mod/src/main/ui/ModUserUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ final class ModUserUi(helpers: Helpers, modUi: ModUi):
postForm(action := routes.Report.inquiry(r.id.value))(
reportSubmitButton(r),
" ",
userIdLink(r.user.some),
userIdLink(r.user.some, withOnline = false),
" ",
momentFromNowServer(atom.at),
": ",
Expand Down
2 changes: 1 addition & 1 deletion ui/mod/css/_mod-timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
flex: 0 0 auto;
}
}
.mod-timeline__event--modlog:has(i.moderator) {
.mod-timeline__event:has(i.moderator) {
.user-link,
.user-link i {
color: $c-brag;
Expand Down
5 changes: 1 addition & 4 deletions ui/mod/css/_user.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,7 @@
flex: 1 0 50ch;
max-height: 50vh;
overflow-y: auto;

&:first-child {
margin-inline-end: 1em;
}
padding: 0 1em 1em 2em;

.score {
display: inline-block;
Expand Down

0 comments on commit dc3bc90

Please sign in to comment.