Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not increase opacity to more than 1 | Mario Vavti | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | off by one pixel | redmatrix | 2016-08-24 | 1 | -3/+3 |
| | |||||
* | do not return false since it could prevent clicking also when not appropriate. | Mario Vavti | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | remove the onclick action | Mario Vavti | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | do not remove cover photo after scrolling it up. mimik an scroll edge if ↵ | Mario Vavti | 2016-08-24 | 1 | -24/+39 |
| | | | | scrolling up again before scrolling into the cover photo again. | ||||
* | Revert "revert cover photo changes" | Mario Vavti | 2016-08-24 | 1 | -8/+20 |
| | | | | This reverts commit 4c840d70a494dae62a856ed91f9039eb16bc51ee. | ||||
* | revert cover photo changes | redmatrix | 2016-08-24 | 1 | -20/+8 |
| | |||||
* | cover photo: adjustments to display the entire photo on manual scrollback ↵ | redmatrix | 2016-08-23 | 1 | -1/+2 |
| | | | | (padding added for nav height) | ||||
* | several cover photo widget enhancements: | redmatrix | 2016-08-23 | 1 | -8/+19 |
| | | | | | | | | | - allow a click anywhere on the page to cause the photo to autoscroll - provide a logic flag to autoscroll only once - allow manual scroll back to see the cover photo afterward (tricky to handle the nav menu here) - on scroll back, the nav remains fixed at the top and the top pixels of the cover photo are covered (this was an acceptable tradeoff to gain the ability to see the photo again without causing unpredictable behaviour of the nav) - some positioning details in small screen width mode caused jot to be off screen due to insufficient top padding; a manual padding was also added as something still wasn't right even after adding the nav height - very minor nit: if screen size is reduced below 755 and then upsized again, the cover photo will not be redisplayed | ||||
* | round up height | Mario Vavti | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | upgrade to jquery-3.1 and minor fixes | Mario Vavti | 2016-07-15 | 1 | -4/+16 |
| | |||||
* | prevent page jumping if the narrow navbar setting is used | Mario Vavti | 2016-03-07 | 1 | -2/+2 |
| | |||||
* | Also make it clear with (mouse) hover text that you must click on the cover ↵ | jeroenpraat | 2016-03-06 | 1 | -1/+1 |
| | | | | photo to show the channel/more | ||||
* | slide up cover on click | Mario Vavti | 2016-03-03 | 1 | -1/+5 |
| | |||||
* | move cover-photo to template, add the ability to define a title and subtitle ↵ | Mario Vavti | 2016-03-03 | 1 | -0/+49 |
(defaults to channel name and addres), move js from redbasic.js to template. |