File tree 1 file changed +7
-7
lines changed
src/components/inputs/editor
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default function LinkPicker(props: Props) {
73
73
</ Dialog . Trigger >
74
74
< Dialog . Portal >
75
75
< Dialog . Content >
76
- < section className = "animate-fade-up animate-duration-200 bg-skin-base border-skin-base fixed bottom-0 z-50 flex h-fit w-full flex-col justify-between overflow-scroll rounded-t-3xl p-3 shadow-2xl border-t" >
76
+ < section className = "animate-fade-up animate-duration-200 bg-skin-base border-skin-base fixed bottom-0 z-50 flex h-fit w-full flex-col justify-between overflow-scroll rounded-t-3xl p-3 pb-16 shadow-2xl border-t" >
77
77
< h2 className = "text-skin-base mb-2 text-center text-xl font-semibold" >
78
78
Add a link
79
79
</ h2 >
@@ -91,12 +91,12 @@ export default function LinkPicker(props: Props) {
91
91
} }
92
92
onInput = { ( ) => setShowError ( false ) }
93
93
/>
94
-
95
- { showError && (
96
- < small className = "text-status-danger block font-medium mt-2" >
97
- Invalid URL
98
- </ small >
99
- ) }
94
+
95
+ { showError && (
96
+ < small className = "text-status-danger block font-medium mt-2" >
97
+ Invalid URL
98
+ </ small >
99
+ ) }
100
100
</ div >
101
101
102
102
< div className = "mt-2 gap-2 md:max-w-2xl w-full justify-end mr-auto flex items-center md:mx-auto" >
You can’t perform that action at this time.
0 commit comments