diff options
| author | bobzel <zzzman@gmail.com> | 2023-01-02 15:05:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-02 15:05:51 -0500 |
| commit | 9211251c8a632ef84198253a0d3086df11af9ead (patch) | |
| tree | 378330aeaecdd68e291dfa0b68c339dfa1c233da /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 4c0de84cf9a3d5be2f5058d514c8ca58e2004a4b (diff) | |
| parent | da9aef9e4cda036264801191361c1ecfacd9ba0b (diff) | |
Merge pull request #157 from brown-dash/robustness
cleaning up ACLs for performance and clarity
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 93dc0b2a1..cbe0a465d 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -15,7 +15,7 @@ audiotag { position: absolute; cursor: pointer; border-radius: 10px; - width: 10px; + width: 12px; margin-top: -2px; font-size: 4px; background: lightblue; |
