Browse Source

Add comment sizing

pull/4454/merge
Jack Lukic 8 years ago
parent
commit
0cd01269dc
2 changed files with 2 additions and 6 deletions
  1. 2
      RELEASE-NOTES.md
  2. 6
      src/themes/default/views/comment.variables

2
RELEASE-NOTES.md

@ -9,9 +9,11 @@
**Bugs** **Bugs**
- **Dropdown** - Fix bug where `scrolling menu` or `scrolling dropdown` would have excessive right padding by removing scrollbar width from calculation (no longer necessary in modern browsers) - **Dropdown** - Fix bug where `scrolling menu` or `scrolling dropdown` would have excessive right padding by removing scrollbar width from calculation (no longer necessary in modern browsers)
- **Comments** - `small`, `large` and other comment sizes now default to global size variables.
**Documentation** **Documentation**
- **Visibility** - Added documentation for `onOnscreen` and `onOffScreen` to important callbacks somehow omitted from docs - **Visibility** - Added documentation for `onOnscreen` and `onOffScreen` to important callbacks somehow omitted from docs
- **Comments** - Added missing `size` variations to comments docs #4450
**Bugs** **Bugs**

6
src/themes/default/views/comment.variables

@ -96,9 +96,3 @@
@minimalEasing: @defaultEasing; @minimalEasing: @defaultEasing;
@minimalDuration: 0.2s; @minimalDuration: 0.2s;
@minimalTransition: opacity @minimalDuration @minimalEasing; @minimalTransition: opacity @minimalDuration @minimalEasing;
/* Sizes */
@small: 0.9em;
@medium: 1em;
@large: 1.1em;
@huge: 1.2em;
Loading…
Cancel
Save