mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 11:14:42 +08:00
UX: Fix time alignment on user activity pages
This commit is contained in:
@ -39,11 +39,16 @@
|
||||
.time,
|
||||
.delete-info,
|
||||
.draft-type {
|
||||
margin-left: auto;
|
||||
float: right;
|
||||
color: $primary-medium;
|
||||
font-size: $font-down-2;
|
||||
}
|
||||
|
||||
.notification .time {
|
||||
margin-left: auto;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.draft-type {
|
||||
clear: right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user