[FIX] Minor styling fixes
This commit is contained in:
@@ -611,7 +611,7 @@ exports.processAnswer = functions.https.onCall((data, context) => {
|
|||||||
currentVocab
|
currentVocab
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
docData.questions.push(currentVocab);
|
docData.questions.push(currentVocab);
|
||||||
}
|
}
|
||||||
returnData.totalQuestions = docData.questions.length;
|
returnData.totalQuestions = docData.questions.length;
|
||||||
returnData.totalIncorrect = docData.incorrect.length;
|
returnData.totalIncorrect = docData.incorrect.length;
|
||||||
|
|||||||
@@ -1,13 +1,15 @@
|
|||||||
.options-list-overlay-content {
|
.options-list-overlay-content {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: fit-content;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
justify-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options-list-overlay-content > * {
|
.options-list-overlay-content > * {
|
||||||
border-bottom: 1px solid var(--overlay-color);
|
border-bottom: 1px solid var(--overlay-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
width: calc(100% - 96px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.options-list-overlay-content > *:not(:last-child) {
|
.options-list-overlay-content > *:not(:last-child) {
|
||||||
|
|||||||
Reference in New Issue
Block a user