This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 14184ce no need to collapse in mobile mode
14184ce is described below
commit 14184cee0cfb987796a401c74a6e823a9d102cee
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Nov 22 18:21:36 2021 +0100
no need to collapse in mobile mode
---
webui/thread.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webui/thread.html b/webui/thread.html
index 374240a..80004f0 100644
--- a/webui/thread.html
+++ b/webui/thread.html
@@ -43,8 +43,8 @@ the License. -->
<header class="navbar navbar-default" style="margin-bottom: 0px;
background: linear-gradient(to bottom, rgba(229,229,229,1)
0%,rgba(191,191,191,1) 100%);">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
- <div class="navbar-header collapse navbar-collapse">
- <a class="navbar-brand" href="./"><span><img src="images/logo.png"
alt="Foal logo" style="margin-top: -10px !important;" height="30"/> </a>
+ <div class="navbar-header">
+ <a class="navbar" href="./"><span><img src="images/logo.png" alt="Foal
logo" style="margin-top: -10px !important;" height="30"/></a>
</div>