Commit 3df61084 authored by 박민석's avatar 박민석

update ui

parent 8d25728f
Pipeline #20853 passed with stages
in 4 minutes and 18 seconds
...@@ -328,8 +328,7 @@ body { ...@@ -328,8 +328,7 @@ body {
} }
.navbar-item.is-hoverable:hover .navbar-dropdown { .navbar-item.is-hoverable:hover .navbar-dropdown {
/* display: block; */ max-height: 310px;
max-height: 300px; /* Adjust based on content */
opacity: 1; opacity: 1;
visibility: visible; visibility: visible;
} }
...@@ -402,7 +401,6 @@ body { ...@@ -402,7 +401,6 @@ body {
background: var(--navbar-menu-background); background: var(--navbar-menu-background);
box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16);
border-radius: 0 0 0.25rem 0.25rem; border-radius: 0 0 0.25rem 0.25rem;
/* display: none; */
top: 100%; top: 100%;
left: 0; left: 0;
min-width: 100%; min-width: 100%;
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
.chat { .chat {
display: none; display: none;
position: fixed; position: fixed;
z-index: 1000; z-index: 1;
right: 10px; right: 10px;
bottom: 85px; bottom: 85px;
width: 415px; width: 415px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment