Skip to content

Commit

Permalink
Fixed #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ECuiDev committed Jun 3, 2024
1 parent ac567b6 commit 104345a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* General */
/* Shared */
.modal-el-container {
width: 40%;
height: 80%;
Expand Down Expand Up @@ -38,7 +38,7 @@
opacity: 0 !important;
}

/* selectorUI */
/* selectorModal */
.notes-container {
overflow-y: auto;
height: 90%;
Expand Down Expand Up @@ -91,14 +91,14 @@
background-color: revert !important;
}

/* noteAdder and folderAdder */
/* noteAndFolderSelector */
.adder-modal {
width: 40%;
max-height: 80%;
top: 10%;
}

/* quizUI */
/* quizModal */
.question-container {
overflow-y: auto;
}
Expand Down Expand Up @@ -145,7 +145,7 @@
background-color: transparent;
margin: 0;
text-align: left;
white-space: normal;
white-space: normal !important;
font-size: 100%;
}

Expand All @@ -171,7 +171,7 @@
background-color: transparent !important;
margin: 0;
text-align: left;
white-space: normal;
white-space: normal !important;
font-size: 100%;
}

Expand Down

0 comments on commit 104345a

Please sign in to comment.