File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/renderer/component/modals Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export function WmicHelperModal(props: Props) {
5555 2. Run the following command:
5656 </ p >
5757 < div className = "relative mt-2" >
58- < div className = "absolute left-0 p-2 top-1" >
58+ < div className = "absolute p-2 rounded-lg left-1 top-1 backdrop-blur-md " >
5959 < Button
6060 variant = "text"
6161 className = " rounded-md hover:bg-gray-200 dark:hover:bg-gray-700 transition-colors duration-200 normal-case font-[balooTamma] text-sm bg-gray-300/80 dark:bg-gray-700 dark:text-gray-400"
@@ -70,7 +70,7 @@ export function WmicHelperModal(props: Props) {
7070 </ Button >
7171 </ div >
7272
73- < pre className = "pl-16 bg-gray-100 dark:bg-gray-800 p-4 rounded-lg text-[13px] font-mono border border-gray-200 dark:border-gray-700 dark:text-gray-300 overflow-x-auto" >
73+ < pre className = "pl-20 bg-gray-100 dark:bg-gray-800 p-4 rounded-lg text-[13px] font-mono border border-gray-200 dark:border-gray-700 dark:text-gray-300 overflow-x-auto" >
7474 DISM /Online /Add-Capability /CapabilityName:WMIC~~~~
7575 </ pre >
7676 </ div >
You can’t perform that action at this time.
0 commit comments