mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 06:22:40 +08:00
make sure the draft-status is visible on mobile
This commit is contained in:
@ -68,7 +68,7 @@ display: none;
|
|||||||
color: darken($tertiary_text_color, 40%);
|
color: darken($tertiary_text_color, 40%);
|
||||||
}
|
}
|
||||||
#draft-status {
|
#draft-status {
|
||||||
right: 0;
|
right: 70px;
|
||||||
color: lighten($primary_text_color, 60%);
|
color: lighten($primary_text_color, 60%);
|
||||||
&.flash {
|
&.flash {
|
||||||
color: $warning_text_color;
|
color: $warning_text_color;
|
||||||
|
Reference in New Issue
Block a user