Refactor: expand the url input box

This commit is contained in:
Seviche CC 2023-03-29 23:19:36 +08:00
parent 8dcd44f1be
commit 4688b7008f
Signed by: SevicheCC
GPG key ID: C577000000000000
2 changed files with 4 additions and 7 deletions

View file

@ -112,7 +112,7 @@ const setLink = () => {
<input
ref="inputUrl"
v-model.trim="url"
class="input input-sm focus:outline-none"
class="input input-sm focus:outline-none min-w-[16rem]"
placeholder="Add Link to text"
@blur="setLink"
>

View file

@ -30,9 +30,6 @@
@apply bg-slate-200;
}
.input-group{
@apply h-4;
}
a {
color: #68CEF8;