mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-25 04:34:04 +08:00
This change includes the following updates: - Rename view all to view all drafts - Remove view all link from drop-down when all drafts are displayed in the menu - Different icon for draft topics and PMs (adds envelope for PMs) - Disable drop-down when New Topic button is disabled (private categories etc) - Improve drafts drop-down loading (no longer disables the trigger btn on click)
4 lines
86 B
SCSS
Vendored
4 lines
86 B
SCSS
Vendored
.topic-drafts-menu-content .dropdown-menu {
|
|
max-width: 350px;
|
|
min-width: 275px;
|
|
}
|