aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.scss34
1 files changed, 19 insertions, 15 deletions
diff --git a/static/style.scss b/static/style.scss
index 2ed67236..c1e99479 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -587,6 +587,9 @@ along with their colors.
.event {
border-radius: 1em;
padding-left: 1em;
+
+ height: 90%;
+
&.continuing {
border-right: none;
border-radius: 1em 0 0 1em;
@@ -653,21 +656,6 @@ along with their colors.
----------------------------------------
*/
-.popup-container {
- display: none;
- position: absolute;
- z-index: 10;
-
- /* ??? */
- left: 10px;
- top: -50px;
-
- box-shadow: gray 10px 10px 10px;
-
- &.visible {
- display: block;
- }
-}
.popup {
display: flex;
@@ -681,6 +669,22 @@ along with their colors.
min-width: 40ch;
min-height: 20ch;
+ &-container {
+ display: none;
+ position: absolute;
+ z-index: 10;
+
+ /* ??? */
+ left: 10px;
+ top: -50px;
+
+ box-shadow: gray 10px 10px 10px;
+
+ &.visible {
+ display: block;
+ }
+ }
+
input {
white-space: initial;
border: 1px solid gray;