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