public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Restored original Container length + Corrected Image size on Debug Page
5e3aab12
data/web/css/build/014-responsive.css | 6 ++++++
data/web/templates/debug.twig | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
Diff
diff --git a/data/web/css/build/014-responsive.css b/data/web/css/build/014-responsive.css
index 0b965de0..a9877271 100644
--- a/data/web/css/build/014-responsive.css
+++ b/data/web/css/build/014-responsive.css
@@ -206,3 +206,9 @@
max-width: 250px;
}
}
+
+@media (min-width: 1400px) {
+ .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
+ max-width: 1600px;
+ }
+}
\ No newline at end of file
diff --git a/data/web/templates/debug.twig b/data/web/templates/debug.twig
index d328e925..81a386aa 100644
--- a/data/web/templates/debug.twig
+++ b/data/web/templates/debug.twig
@@ -37,7 +37,7 @@
<div class="card-body">
<div class="row">
<div class="col-sm-12 col-md-4 d-flex flex-column">
- <img class="img-responsive my-auto" alt="mailcow-logo" src="{{ logo|default('/img/cow_mailcow.svg') }}">
+ <img class="img-responsive my-auto m-auto" alt="mailcow-logo" style="max-width: 85%; max-height: 85%;" src="{{ logo|default('/img/cow_mailcow.svg') }}">
</div>
<div class="col-sm-12 col-md-8">
<div class="table-responsive" style="margin-top: 10px;">