mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Fixes issue #29
This commit is contained in:
@@ -112,6 +112,26 @@ div.options > button {
|
||||
color: var(--color-error);
|
||||
}
|
||||
|
||||
#test-reminder {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#test-reminder > div {
|
||||
width: 100%;
|
||||
flex: 0 0 auto;
|
||||
|
||||
font-size: inherit;
|
||||
|
||||
transition: transform .1s linear;
|
||||
}
|
||||
|
||||
#test-reminder.show-sent > div {
|
||||
transform: translateX(calc(-100% - 1rem));
|
||||
}
|
||||
|
||||
@media (max-width: 460px) {
|
||||
.sub-inputs > input,
|
||||
.sub-inputs > select {
|
||||
|
||||
Reference in New Issue
Block a user