Buttons to restart test or use incorrect answers

This commit is contained in:
mg
2021-10-22 13:43:45 +01:00
parent 377ba23361
commit 53bd964916
4 changed files with 780 additions and 154 deletions
+9 -22
View File
@@ -53,22 +53,18 @@
}
.progress-end-button-container {
position: fixed;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
max-width: 1080px;
bottom: 0;
width: 100%;
height: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
word-wrap: break-word;
align-items: center;
column-gap: 8px;
row-gap: 8px;
}
.progress-end-button-container > .button {
margin: 48px;
position: absolute;
right: 0;
bottom: 0;
margin: 0;
}
.progress-settings-overlay-content {
@@ -133,12 +129,6 @@
}
@media screen and (max-width: 720px) {
.progress-end-button-container > .button {
margin: 24px;
}
}
@media screen and (max-width: 660px) {
.progress-settings-overlay-content > .settings-themes-container {
width: 100%;
@@ -158,9 +148,6 @@
}
@media screen and (max-height: 600px) {
.progress-end-button-container > .button {
margin: 24px;
}
.progress-settings-overlay-content {
justify-content: flex-start;
}