Commit Graph

13 Commits

Author SHA1 Message Date
fb9a89f67f Use box-shadow instead of border for notifications badge
fixes #1481
closes #1500
2018-07-13 17:39:47 +09:30
77c25ab725 Add infinite scrolling in the notifications list 2017-12-13 15:28:54 +10:30
589e903c71 Fix search box overlapping forum title in some cases. closes #697
- Fix jank in shrinking animation when search box loses focus after overlapping forum title.
- Use solid colors instead of transparent whites/blacks for colored header controls so that search box isn't transparent when it does overlap forum title.
- This also simplifies colored header variables, making them more analogous to the non-colored header variables, and allowing for the removal of some conditional CSS in the notifications dropdown button.

Some more radical changes to header layout (flexbox?) may be made when we implement the new mobile design (#867), but for now this is an acceptable fix.
2016-03-28 10:23:49 +10:30
2ba890c239 Fix notifications icon/badge color for dark header 2015-12-03 15:02:29 +10:30
59c534a882 Tweak mobile drawer appearance 2015-11-21 13:16:46 +10:30
1f7afb3e4a Implement third state for notification list dropdown
Related to #500.
2015-09-29 00:50:28 +02:00
90a3bff638 Tweak notifications indicator appearance 2015-09-15 12:54:49 +09:30
b18909f1af Fix notifications dropdown appearance on mobile 2015-09-04 13:50:33 +09:30
70815b024a Make Dropdown and NotificationsDropdown components more extensible 2015-09-04 12:15:11 +09:30
f43557f172 Tweak notification excerpt styles 2015-08-21 10:00:09 +09:30
2422643de6 Fix notifications icon alignment 2015-07-24 13:15:03 +09:30
fc3e9c353d Fix notifications appearance on dark header 2015-07-18 10:07:22 +09:30
a9ded36b57 Major CSS revamp
- Get rid of Bootstrap (except we still rely on some JS)
- Use BEM class names
- Rework variables/theme config
- Fix various bugs, including some on mobile

The CSS is still not ideal – it needs to be cleaned up some more. But
that can be a focus for after beta.
2015-07-17 14:47:49 +09:30