diff --git a/public/css/style.css b/public/css/style.css index f3a9a36..265bfa6 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -422,6 +422,7 @@ mark { display: flex; justify-content: flex-end; gap: 10px; + margin-top: 1rem; } @keyframes fadeIn { @@ -435,26 +436,6 @@ mark { } } -.btn-with-badge { - position: relative; - padding: 8px 14px !important; -} - -.btn-with-badge .badge { - position: absolute; - top: -6px; - right: -10px; - background-color: #fff; - color: #dc3545; - font-size: 12px; - font-weight: bold; - padding: 3px 6px; - border-radius: 999px; - border: 1px solid #dc3545; - min-width: 20px; - text-align: center; -} - .user-dropdown { position: relative; display: inline-block; @@ -500,6 +481,15 @@ mark { background-color: #e9ecef; } +.user-dropdown-content .item { + width: 100%; + padding: 10px 16px; + border: none; + background-color: #f8f9fa; + text-align: left; + font-size: 14px; +} + .user-dropdown:hover .user-dropdown-content { display: block; } @@ -522,3 +512,9 @@ mark { opacity: 1; bottom: 40px; } + +@media only screen and (max-width: 768px) { + .modal-content { + max-width: 90% !important; + } +} diff --git a/public/dashboard.html b/public/dashboard.html index bb2763b..96fbc43 100644 --- a/public/dashboard.html +++ b/public/dashboard.html @@ -38,6 +38,8 @@ >