mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 12:27:02 -04:00
UX: Make possibly copy-relevant text in settings copyable
This commit is contained in:
parent
acc874c34f
commit
840da146b9
6 changed files with 31 additions and 11 deletions
|
@ -90,7 +90,7 @@ export default ErrorBoundary.wrap(function () {
|
|||
|
||||
return (
|
||||
<>
|
||||
<Card className="vc-settings-card">
|
||||
<Card className="vc-settings-card vc-text-selectable">
|
||||
<Forms.FormTitle tag="h5">Paste links to .css / .theme.css files here</Forms.FormTitle>
|
||||
<Forms.FormText>One link per line</Forms.FormText>
|
||||
<Forms.FormText>Make sure to use the raw links or github.io links!</Forms.FormText>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue