@setoelkahfi / svara / commits / 6dd01fa

chore: removed file input box from rename model

not needed right now Signed-off-by: mellobacon <mellodev@outlook.com>

mellobacon committed Nov 7, 2023 at 01:40 UTC 6dd01fa44afa6e58e2d33f6069577d87bfde34ec
1 file changed -12
src/lib/Modals/RenameModal.svelte
-12
@@ -33,8 +33,6 @@
33 <Popup bind:open={$_openPopup} {title} {description}>
34 <div class="rename-input">
35 <Input bind:value bind:invalid label={"File Name"} placeholder={"Enter name..."} hintText={helpText} invalidText={invalidText} />
36 - <div class="divider"></div>
37 - <Input label={"File Type"} placeholder={"-"} readonly _class="ext" />
36 </div>
37 <svelte:fragment slot="buttons">
38 {#each buttons as button}
@@ -62,14 +60,4 @@
60 .rename-input {
61 display: flex;
62 }
65 - .divider {
66 - width: 0.025rem;
67 - height: 2.56rem;
68 - margin: 24px 0px 0 0px;
69 - content: "";
70 - }
71 - :global(.ext) {
72 - flex-grow: inherit;
73 - width: unset !important;
74 - }
63 </style>
\ No newline at end of file