diff options
author | Mario <mario@mariovavti.com> | 2022-11-24 09:42:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-11-24 09:42:35 +0000 |
commit | 5248aa3065b59588e1486346e066dbf32e2e7156 (patch) | |
tree | 7fbad0d91ea090f4386a7c783dc3e606f19e3801 /view | |
parent | 67767c585301eab6f2c4434176f3ec462b457a33 (diff) | |
download | volse-hubzilla-5248aa3065b59588e1486346e066dbf32e2e7156.tar.gz volse-hubzilla-5248aa3065b59588e1486346e066dbf32e2e7156.tar.bz2 volse-hubzilla-5248aa3065b59588e1486346e066dbf32e2e7156.zip |
css fix
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/schema/bootstrap-nightfall.css | 2 | ||||
-rw-r--r-- | view/tpl/messages_widget.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/schema/bootstrap-nightfall.css b/view/theme/redbasic/schema/bootstrap-nightfall.css index d9cb8cc63..c574ed29b 100644 --- a/view/theme/redbasic/schema/bootstrap-nightfall.css +++ b/view/theme/redbasic/schema/bootstrap-nightfall.css @@ -1895,4 +1895,4 @@ body::selection { background: rgba(23, 162, 184, 0.5); } -/*# sourceMappingURL=bootstrap-nightfall.css.map */
\ No newline at end of file +/*# sourceMappingURL=bootstrap-nightfall.css.map */ diff --git a/view/tpl/messages_widget.tpl b/view/tpl/messages_widget.tpl index 5d0caf46d..495f93ef7 100644 --- a/view/tpl/messages_widget.tpl +++ b/view/tpl/messages_widget.tpl @@ -22,7 +22,7 @@ </a> </li> </ul> -<div id="messages-widget" class="border border-top-0 overflow-auto mb-3 clearfix" style="height: 70vh;"> +<div id="messages-widget" class="border-start border-end border-bottom overflow-auto mb-3 clearfix" style="height: 70vh;"> <div id="messages-template" rel="template" class="d-none"> <a href="{6}" class="list-group-item list-group-item-action message" data-b64mid="{0}"> <div class="d-flex w-100 justify-content-between"> |