1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

design changes, accessibility stuff

This commit is contained in:
NoobishSVK
2024-07-18 14:57:43 +02:00
parent 3a6deecc02
commit 3d608ae8e8
17 changed files with 259 additions and 138 deletions

View File

@@ -22,7 +22,7 @@
transform: translate(-50%, -50%);
background-color: var(--color-main);
padding: 30px;
border-radius: 30px;
border-radius: 15px;
opacity: 1;
transition: opacity 0.3s ease-in-out; /* Fade-in/out transition */
z-index: 21; /* Ensure the modal content is above the modal background */
@@ -56,7 +56,7 @@
right: 35px;
width: 100px;
height: 48px;
border-radius: 30px;
border-radius: 15px;
background: var(--color-4);
font-weight: bold;
border: 0;
@@ -135,12 +135,12 @@
text-align: center;
display: none;
background-color: var(--color-main);
border-radius: 30px 30px 0px 0px;
border-radius: 15px 15px 0px 0px;
}
.modal-panel-chat .modal-panel-sidebar {
width: 100%;
border-radius: 30px 30px 0px 0px;
border-radius: 15px 15px 0px 0px;
}
@media only screen and (max-width: 768px) {