diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-06-06 22:20:24 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-06-06 22:20:24 -0400 |
| commit | 7594f649890d27d558be35c9d40a0aa8211aec67 (patch) | |
| tree | a37a4719f591037380e4ac9838aebf3e669bb968 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | c76505f56a83625e3993427838aaee0c54c5fb81 (diff) | |
Flashcard changes - menu added
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 8ac8c2c5f..54643b4a5 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -89,14 +89,14 @@ audiotag:hover { right: 0; bottom: 0; width: 15; - height: 15; + height: 22; cursor: default; } .formattedTextBox-flip { align-items: center; position: absolute; - right: 3px; - bottom: 1px; + right: 2px; + bottom: 4px; } .formattedTextBox-outer { |
