added IP to log activity UI

This commit is contained in:
tom.hempel
2026-06-01 23:15:43 +02:00
parent 43c47bca6d
commit 30d3ab4a87
3 changed files with 24 additions and 6 deletions

View File

@ -343,6 +343,14 @@ code {
font-size: 0.85rem;
vertical-align: top;
}
.activity-log-ip {
font-size: 0.8rem;
white-space: nowrap;
vertical-align: top;
}
.activity-log-ip code {
font-size: 0.78rem;
}
.activity-log-subject strong,
.activity-log-actor strong {
color: var(--text);