style: adjusted testConfig and modesNotice

This commit is contained in:
Miodec 2023-08-12 23:52:37 +02:00
parent 70218ec8dc
commit d2739e4f19

View file

@ -1007,6 +1007,7 @@
grid-auto-flow: column;
height: max-content;
width: 100%;
transition: opacity 0.125s;
justify-content: space-around;
margin-bottom: 1rem;
.textButton {
@ -1156,7 +1157,7 @@
color: var(--sub-color);
text-align: center;
margin-bottom: 0.5rem;
transition: 0.125s;
transition: opacity 0.125s;
justify-content: center;
-webkit-user-select: none;
user-select: none;