diff --git a/.gitignore b/.gitignore index afadc1d..097ef35 100644 --- a/.gitignore +++ b/.gitignore @@ -203,4 +203,3 @@ dmypy.json .pyre/ backend/config/ -update.log diff --git a/backend/multimail/static/multimail/css/simple-sidebar.css b/backend/multimail/static/multimail/css/simple-sidebar.css index c60444e..055888c 100644 --- a/backend/multimail/static/multimail/css/simple-sidebar.css +++ b/backend/multimail/static/multimail/css/simple-sidebar.css @@ -4,93 +4,47 @@ * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE) */ -#wrapper { + #wrapper { overflow-x: hidden; -} + } #sidebar-wrapper { - min-height: 100vh; - margin-left: -15rem; - -webkit-transition: margin .25s ease-out; - -moz-transition: margin .25s ease-out; - -o-transition: margin .25s ease-out; - transition: margin .25s ease-out; + min-height: 100vh; + margin-left: -15rem; + -webkit-transition: margin .25s ease-out; + -moz-transition: margin .25s ease-out; + -o-transition: margin .25s ease-out; + transition: margin .25s ease-out; } #sidebar-wrapper .sidebar-heading { - padding: 0.875rem 1.25rem; - font-size: 1.2rem; + padding: 0.875rem 1.25rem; + font-size: 1.2rem; } #sidebar-wrapper .list-group { - width: 15rem; + width: 15rem; } #page-content-wrapper { - min-width: 100vw; + min-width: 100vw; } #wrapper.toggled #sidebar-wrapper { + margin-left: 0; +} + +@media (min-width: 768px) { + #sidebar-wrapper { margin-left: 0; + } + + #page-content-wrapper { + min-width: 0; + width: 100%; + } + + #wrapper.toggled #sidebar-wrapper { + margin-left: -15rem; + } } - -.link-unstyled, .link-unstyled:link, .link-unstyled:hover { - color: inherit; - text-decoration: inherit; -} - -.optional-column-replacement { - display: none; -} - -@media (min-width: 1024px) , (max-width: 700px) and (min-width: 610px) { - #sidebar-wrapper { - margin-left: 0; - } - - #page-content-wrapper { - min-width: 0; - width: 100%; - } - - #wrapper.toggled #sidebar-wrapper { - margin-left: -15rem; - } -} - - -@media (max-width: 700px) { - - .card-columns { - column-count: 1; - } - - .optional-column { - display: none; - } - - .optional-column-replacement { - display: initial; - } -} - -@media (min-width: 700px) and (max-width: 1300px) { - - .card-columns { - column-count: 2; - } -} - -@media (min-width: 1300px) and (max-width: 1700px) { - - .card-columns { - column-count: 3; - } -} - -@media (min-width: 1700px) { - - .card-columns { - column-count: 4; - } -} \ No newline at end of file diff --git a/backend/multimail/templates/multimail/aliases.html b/backend/multimail/templates/multimail/aliases.html index c5f8cd6..40301cd 100644 --- a/backend/multimail/templates/multimail/aliases.html +++ b/backend/multimail/templates/multimail/aliases.html @@ -4,13 +4,11 @@

Aliases

{% if alias_list %} - +
- - + + @@ -20,9 +18,8 @@ - + @@ -33,15 +30,15 @@ - - +
Source - / Destination - DestinationSourceDestination Actions
{{ alias.source_username }}@{{ alias.source_domain }} - {{ alias.destination_username }}@{{ alias.destination_domain }} {{ alias.destination_username }}@{{ alias.destination_domain }}{{ alias.destination_username }}@{{ alias.destination_domain }} Delete
Add Alias + Add
{% else %}

You haven't set up any aliases yet.

- Add Alias + Add {% endif %} {% endblock %} \ No newline at end of file diff --git a/backend/multimail/templates/multimail/base.html b/backend/multimail/templates/multimail/base.html index 772ba04..593a09b 100644 --- a/backend/multimail/templates/multimail/base.html +++ b/backend/multimail/templates/multimail/base.html @@ -26,13 +26,10 @@ @@ -44,9 +41,9 @@