mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 23:50:58 +08:00
tighten up draft display on mobile
This commit is contained in:
parent
5161d0f23d
commit
de05012c76
@ -93,7 +93,7 @@ display: none;
|
||||
height: 0 !important;
|
||||
}
|
||||
&.draft {
|
||||
height: 60px !important;
|
||||
height: 35px !important;
|
||||
cursor: pointer;
|
||||
border-top: 1px solid scale-color-diff();
|
||||
.draft-text {
|
||||
|
@ -671,7 +671,7 @@ en:
|
||||
view_new_post: "View your new post."
|
||||
saving: "Saving..."
|
||||
saved: "Saved!"
|
||||
saved_draft: "You have a post draft in progress. Select this bar to resume editing."
|
||||
saved_draft: "Post draft in progress. Select to resume."
|
||||
uploading: "Uploading..."
|
||||
show_preview: 'show preview »'
|
||||
hide_preview: '« hide preview'
|
||||
|
Loading…
x
Reference in New Issue
Block a user