summaryrefslogtreecommitdiff
path: root/packages/prosody-ui/src/styles/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/prosody-ui/src/styles/styles.css')
-rw-r--r--packages/prosody-ui/src/styles/styles.css37
1 files changed, 1 insertions, 36 deletions
diff --git a/packages/prosody-ui/src/styles/styles.css b/packages/prosody-ui/src/styles/styles.css
index 69351f1..e98d1f0 100644
--- a/packages/prosody-ui/src/styles/styles.css
+++ b/packages/prosody-ui/src/styles/styles.css
@@ -149,6 +149,7 @@
#word-modal {
position: relative;
+ height: 80vh;
& .font-icon {
position: absolute;
@@ -225,42 +226,6 @@ img {
justify-content: center;
}
-/* p { */
-/* position: absolute; */
-/* top: 50%; */
-/* left: 50%; */
-/* transform: translate(-50%, -50%); */
-/* color: white; */
-/* background-color: rgba(0, 0, 0, 0.5); */
-/* padding: 10px; */
-/* border-radius: 5px; */
-/* } */
-#modal-bg {
- height: 100vh;
- width: 100vw;
- background-color: rgb(0, 0, 0, 0.9);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 100;
-}
-
-#modal-fg {
- position: fixed;
- top: 50%;
- left: 50%;
- width: 80%;
- z-index: 101;
- transform: translate(-50%, -50%);
- /* background-color: var(--background-color); */
- background-color: lightgrey;
- font-size: 1.2rem;
- padding: 1rem;
- max-height: 80%;
- overflow-y: scroll;
-}
-
-
.text-ipa {
font-size: 1.5rem;
}