diff options
author | Starfall <us@starfall.systems> | 2021-02-21 13:10:39 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-02-21 13:10:39 -0600 |
commit | 86de4ec5559164a49b2790d774f8bba5af02c64f (patch) | |
tree | 804ac22f8ea54824346d336f9fe7664e205719ff /app/javascript/flavours/glitch/styles/components | |
parent | 3693000bf6a94219e3cc4a29a6cb4ac51b78cf2a (diff) | |
parent | 8792128f38e19b0d7882468a4f1f9362b98793a0 (diff) |
Merge remote-tracking branch 'glitchsoc/main' into main
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/modal.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss index 421cbec00..0bda305a8 100644 --- a/app/javascript/flavours/glitch/styles/components/modal.scss +++ b/app/javascript/flavours/glitch/styles/components/modal.scss @@ -458,6 +458,10 @@ } } +.favourite-modal .status-direct { + background-color: inherit; +} + .actions-modal { .status { background: $white; @@ -1027,3 +1031,12 @@ } } } + +.modal-root__container .composer--options--dropdown { + flex-grow: 0; +} + +.modal-root__container .composer--options--dropdown--content { + pointer-events: auto; + z-index: 9999; +} |