# HG changeset patch # User Thomas Junk # Date 1544001433 -3600 # Node ID 811497a8092f5057088210cb0de66eeeec3835cc # Parent 5df748916fcfbbe8b739ab4ec6589584d6d86066 layout issues due to translations diff -r 5df748916fcf -r 811497a8092f client/src/assets/application.scss --- a/client/src/assets/application.scss Tue Dec 04 19:25:35 2018 +0100 +++ b/client/src/assets/application.scss Wed Dec 05 10:17:13 2018 +0100 @@ -19,7 +19,7 @@ $icon-width: 2rem; $large-offset: 2rem; $offset: 1rem; -$sidebar-width: 15rem; +$sidebar-width: 20rem; $slight-transparent: 0.96; $small-offset: 0.5rem; $smaller: 0.9rem; diff -r 5df748916fcf -r 811497a8092f client/src/components/admin/Logs.vue --- a/client/src/components/admin/Logs.vue Tue Dec 04 19:25:35 2018 +0100 +++ b/client/src/components/admin/Logs.vue Wed Dec 05 10:17:13 2018 +0100 @@ -107,7 +107,7 @@ .statusline { position: absolute; right: 0; - margin-right: 7rem; + margin-right: 9rem; bottom: -0.5rem; }