updated ui

This commit is contained in:
polarDefender 2024-05-29 08:20:04 -07:00
parent 6e4a01cc51
commit bbcff16dd6
9 changed files with 83 additions and 17 deletions

View file

@ -5,7 +5,7 @@
left: -4px;
}
.question-box .question-content {
.automate .question-content {
display: none;
position: absolute;
min-width: 280px;
@ -18,6 +18,7 @@
transform: translate(-50%, -50%);
padding-top: 28px;
z-index: 200;
left: 65%;
}
.question-content .close-button {
@ -25,3 +26,17 @@
top: 4px;
right: 0;
}
.question-content .question-more {
position: absolute;
bottom: 4px;
right: 6px;
text-decoration: underline;
}
.automate {
position: relative;
}
@media screen and (max-width: 450px) {
.automate > .question-content {
left: 50%;
}
}