diff options
| author | Fawn <fangrui_tong@brown.edu> | 2020-01-09 18:13:28 -0500 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2020-01-09 18:13:28 -0500 |
| commit | 579010cc792ce961618406886961d257be2c74db (patch) | |
| tree | 852b562d3381668cbb1109dbcfc3ea616e2925e6 /src/client/util/RichTextMenu.scss | |
| parent | af7e82e1c5314571457724e351aba191b20a0d01 (diff) | |
condensed the link button and made buttons dark when they are active in the selection
Diffstat (limited to 'src/client/util/RichTextMenu.scss')
| -rw-r--r-- | src/client/util/RichTextMenu.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/util/RichTextMenu.scss b/src/client/util/RichTextMenu.scss index 6383e0b7b..43cc23ecd 100644 --- a/src/client/util/RichTextMenu.scss +++ b/src/client/util/RichTextMenu.scss @@ -9,6 +9,16 @@ padding-right: 5px; } + .dropdown-button-combined { + width: 50px; + display: flex; + justify-content: space-between; + + svg:nth-child(2) { + margin-top: 2px; + } + } + .dropdown { position: absolute; top: 35px; |
