diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-06-05 15:06:15 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-06-05 15:06:15 -0400 |
| commit | 585f03bf45df4ac7ed61d22c9dbe10d8e453199d (patch) | |
| tree | 9ce4ed0dc81673caf83454219412f29c0adde471 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | a7f5bd1c2438f95252f5515d7226b491dfb5183b (diff) | |
Flashcards changes
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 99b4a84fc..8ac8c2c5f 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -88,10 +88,16 @@ audiotag:hover { background: black; right: 0; bottom: 0; - width: 11; - height: 11; + width: 15; + height: 15; cursor: default; } +.formattedTextBox-flip { + align-items: center; + position: absolute; + right: 3px; + bottom: 1px; +} .formattedTextBox-outer { position: relative; @@ -171,6 +177,8 @@ audiotag:hover { border-style: inset; border-width: 1px; } + // margin-left: 5px; + // margin-right: 5px; } .gpt-typing-wrapper { |
