Skip to content

Commit

Permalink
UX: hides local-date picker when used outside of main composer
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Feb 24, 2020
1 parent bd49368 commit e303b4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/common/d-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
height: 100%;
min-height: 10em;
}
.local-dates.btn {
display: none;
}
.d-editor-container {
display: block;
}
Expand Down

2 comments on commit e303b4d

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/inserting-date-time-in-about-me/137528/7

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/how-to-delete-the-toolbar-bottom-but-not-by-display-none/233723/2

Please sign in to comment.