diff --git a/apps/home/static/home/css/index.css b/apps/home/static/home/css/index.css index 1d1c958..fb10104 100644 --- a/apps/home/static/home/css/index.css +++ b/apps/home/static/home/css/index.css @@ -62,7 +62,7 @@ } .server-item-selector .font-monospace { - color: var(--bs-secondary-color) + color: var(--bs-secondary-color) } .server-item-selector:hover, @@ -76,51 +76,69 @@ /* widths */ .mw-10rem { - max-width: 10rem; + max-width: 10rem; } .col-switch-width { - width: 3.5rem; - min-width: 3.5rem; - max-width: 3.5rem; + width: 3.5rem; + min-width: 3.5rem; + max-width: 3.5rem; } /* Server Tabs */ #serverTabs .nav-item:not(:last-child) { - margin-right: 1rem; + margin-right: 1rem; } #serverTabs .nav-item .nav-link:hover:not(.active) { - background-color: var(--bs-secondary-bg); + background-color: var(--bs-secondary-bg); } #serverTabs .nav-item .nav-link:not(.active) { - color: var(--bs-text-body); + color: var(--bs-text-body); } /* Yellow Dot Indicator for the server sidebar */ .dot-container { - width: .75rem; - height: .75rem; + width: .75rem; + height: .75rem; - display: flex; - position: absolute; - top: 0; - right: 0; + display: flex; + position: absolute; + top: 0; + right: 0; } @media (max-width: 992px) { - .dot-container { - transform: translate(25%, -25%); - } + .dot-container { + transform: translate(25%, -25%); + } } .dot-icon { - height: .75rem; - width: .75rem; - background-color: var(--bs-primary); - border-radius: 50%; - display: inline-block; + height: .75rem; + width: .75rem; + background-color: var(--bs-primary); + border-radius: 50%; + display: inline-block; +} + + +/* Sidebar Buttons */ +.sidebar-btn { + border: none; + width: 100%; + height: 100%; + padding: 0.5rem 0; + border-radius: var(--bs-border-radius-sm); + transition: 0.3s; + + color: var(--bs-body-color); + background-color: var(--bs-secondary-bg); +} + +.sidebar-btn:hover { + background-color: var(--bs-tertiary-bg); } \ No newline at end of file diff --git a/apps/home/templates/home/index.html b/apps/home/templates/home/index.html index 242e6bd..2d8ab8d 100644 --- a/apps/home/templates/home/index.html +++ b/apps/home/templates/home/index.html @@ -41,7 +41,59 @@ -