mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-04-30 07:49:30 +08:00
Refactor: expand the url input box
This commit is contained in:
parent
8dcd44f1be
commit
4688b7008f
2 changed files with 4 additions and 7 deletions
|
@ -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"
|
||||
>
|
||||
|
|
|
@ -30,10 +30,7 @@
|
|||
@apply bg-slate-200;
|
||||
}
|
||||
|
||||
.input-group{
|
||||
@apply h-4;
|
||||
}
|
||||
|
||||
a {
|
||||
a {
|
||||
color: #68CEF8;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue