File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ export function DecryptPaste() {
109109 )
110110
111111 const binaryFileIndicator = pasteFile && (
112- < div className = "absolute top-[50%] left-[50%] translate-[-50%] flex flex-col items-center" >
112+ < div className = "absolute top-[50%] left-[50%] translate-[-50%] flex flex-col items-center w-full " >
113113 < div className = "text-foreground-600 mb-2" > { `${ pasteFile ?. name } (${ formatSize ( pasteFile . size ) } )` } </ div >
114- < div >
114+ < div className = "w-fit text-center" >
115115 Possibly Binary file{ " " }
116- < button className = "text-primary-500" onClick = { ( ) => setForceShowBinary ( true ) } >
116+ < button className = "text-primary-500 inline " onClick = { ( ) => setForceShowBinary ( true ) } >
117117 (Click to show)
118118 </ button >
119119 </ div >
@@ -153,7 +153,7 @@ export function DecryptPaste() {
153153 < div className = "flex flex-row my-4 items-center justify-between" >
154154 < h1 className = "text-xl md:text-2xl grow inline-flex items-center" >
155155 < Link href = "/" className = "text-foreground-500 text-[length:inherited]" >
156- < Button isIconOnly aria-label = "Home" className = { buttonClasses + " md:hidden" } >
156+ < Button isIconOnly aria-label = { INDEX_PAGE_TITLE } className = { buttonClasses + " md:hidden" } >
157157 < HomeIcon className = "size-6" />
158158 </ Button >
159159 < span className = "hidden md:inline" > { INDEX_PAGE_TITLE } </ span >
You can’t perform that action at this time.
0 commit comments