diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-29 22:12:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 22:12:24 -0500 |
commit | 588d8a681a34da5777520096a11d5eea74fc2251 (patch) | |
tree | 7ae18e7b64f9a22ab17f2e34be59231d62a110d7 /ext/mixed/display-templates.html | |
parent | 04cf4ec8d58f3f0802973d1527f173b3926b62d0 (diff) |
Display notification style updates (#1327)
* Add scrollbar-inverse styles
* Update notification styles to support better overflowing
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r-- | ext/mixed/display-templates.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index 2d363b7b..6b744271 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -136,9 +136,11 @@ <template id="tag-template"><span class="tag"><span class="tag-inner"></span></span></template> <!-- Extra --> -<template id="footer-notification-template"><div class="footer-notification"> +<template id="footer-notification-template"><div class="footer-notification scrollbar-inverse"> <div class="footer-notification-body"></div> - <button class="footer-notification-close-button"><span class="footer-notification-close-button-icon icon" data-icon="cross"></span></button> + <div class="footer-notification-close-button-container"> + <button class="footer-notification-close-button"><span class="footer-notification-close-button-icon icon" data-icon="cross"></span></button> + </div> </div></template> <template id="footer-notification-tag-details-template" data-remove-whitespace-text="true"> <div class="tag-details"></div> |