diff options
author | 2025-02-11 19:28:40 -0500 | |
---|---|---|
committer | 2025-02-11 19:28:40 -0500 | |
commit | fb5a063276f18e3238b13577358e811aa5f9ee31 (patch) | |
tree | 22d5968ff372649b076f9253a764d61f6ed77323 /src/style.scss | |
parent | 89b411863b452fdab9d2b4a0cfd0e9d79d991f72 (diff) |
functionality implemented
Diffstat (limited to 'src/style.scss')
-rw-r--r-- | src/style.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/style.scss b/src/style.scss index aaa420d..a9f597f 100644 --- a/src/style.scss +++ b/src/style.scss @@ -108,14 +108,14 @@ pre table { } .textPopup { - /* text-align: center; */ + text-align: center; pointer-events: none; background-color: everforest.$bg1; color: everforest.$fg; border-radius: 5px; font-size: 15px; - width: 200px; - max-width: 50vw; + /* max-width: 25vw; */ + width: 15em; padding: 5px; } |