mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 06:41:22 -04:00
make sure the draft-status is visible on mobile
This commit is contained in:
parent
20d9cb26fc
commit
218384e86c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue