fix(ui): document add styling
This commit is contained in:
parent
f9277d3b32
commit
8de6fed5df
@ -43,7 +43,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="fixed bottom-6 right-6 rounded-full flex items-center justify-center">
|
<div class="fixed bottom-6 right-6 rounded-full flex items-center justify-center">
|
||||||
<input type="checkbox" id="upload-file-button" class="hidden css-button" />
|
<input type="checkbox" id="upload-file-button" class="hidden css-button" />
|
||||||
<div class="rounded p-4 bg-gray-800 dark:bg-gray-200 text-white dark:text-black w-72 text-sm flex flex-col gap-2">
|
<div class="absolute right-0 z-10 bottom-0 rounded p-4 bg-gray-800 dark:bg-gray-200 text-white dark:text-black w-72 text-sm flex flex-col gap-2">
|
||||||
<form method="POST"
|
<form method="POST"
|
||||||
enctype="multipart/form-data"
|
enctype="multipart/form-data"
|
||||||
action="./documents"
|
action="./documents"
|
||||||
|
Loading…
Reference in New Issue
Block a user