diff options
author | bobzel <zzzman@gmail.com> | 2021-01-29 14:08:04 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-01-29 14:08:04 -0500 |
commit | 076e49222a26fe395c8658bdebc7de433c1bd3d7 (patch) | |
tree | 95a642cd1b4bfa65d91b993f5906bd9cb7d792d6 /src | |
parent | 80362228b691fd55b569f0f507c4ee9667644559 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 866f556ff..81bca4c00 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -20,6 +20,10 @@ audiotag { font-size: 4px; background: lightblue; } +audiotag:hover { + transform: scale(2); + transform-origin: bottom center; +} .formattedTextBox-cont { touch-action: none; |