mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-07-07 12:32:51 +00:00
Replace div with span in colour picker (#4333)
This commit is contained in:
parent
793d84bcb1
commit
e114fed3f9
@ -15,7 +15,7 @@ $(colour-picker-update-recent)$
|
|||||||
|
|
||||||
$actions$
|
$actions$
|
||||||
|
|
||||||
<div style="background-color: $(colour-picker-value)$; width: 100%; height: 100%; border-radius: 50%;"/>
|
<span style="display:inline-block; background-color: $(colour-picker-value)$; width: 100%; height: 100%; border-radius: 50%;"/>
|
||||||
|
|
||||||
</$button>
|
</$button>
|
||||||
\end
|
\end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user