diff --git a/public/static/css/style.css b/public/static/css/style.css index 6e14328..c61c35d 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -27,6 +27,11 @@ html > ::-webkit-scrollbar { } .sidebar { + display: inline-flex; + height: 100%; + width: 16.6%; + background-color: #4C566A; + float: left; background-size: cover; overflow-x: hidden !important; } @@ -220,6 +225,12 @@ html > ::-webkit-scrollbar { cursor: pointer; } +@media only screen and (max-width: 900px) { + .guild { + width: 100%; + } +} + .guild-icon { height: 80px; background-color: #272727; diff --git a/public/templates/includes/head.tmpl b/public/templates/includes/head.tmpl index f800003..c317ec3 100644 --- a/public/templates/includes/head.tmpl +++ b/public/templates/includes/head.tmpl @@ -37,9 +37,9 @@ integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"> - - + --> diff --git a/public/templates/layouts/main.tmpl b/public/templates/layouts/main.tmpl index 1a24a9a..92e59cc 100644 --- a/public/templates/layouts/main.tmpl +++ b/public/templates/layouts/main.tmpl @@ -4,14 +4,10 @@ {{template "head" .}}
-