diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-29 13:47:31 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-29 13:47:31 -0500 |
| commit | 80362228b691fd55b569f0f507c4ee9667644559 (patch) | |
| tree | 0711711ac2a9e07d5d6a15e375b6ddd56f81e068 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 42d8bd5f673341682452c7c1f59b6b4b3a33d346 (diff) | |
changed how auto linking to audio is implemented. added audiotag html tags to click to play audio.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index b04f60500..866f556ff 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -10,6 +10,17 @@ outline: none !important; } +audiotag { + left: 0; + position: absolute; + cursor: pointer; + border-radius: 10px; + width: 10px; + margin-top: -2px; + font-size: 4px; + background: lightblue; +} + .formattedTextBox-cont { touch-action: none; background: inherit; |
