Fix address bar of preview

This commit is contained in:
Elio Struyf
2023-02-10 14:53:23 +01:00
parent 680ea99f05
commit 12ecee8c49
2 changed files with 7 additions and 1 deletions
@@ -58,7 +58,7 @@ export const Preview: React.FunctionComponent<IPreviewProps> = ({
/>
<div
className={`actions absolute right-[1px] top-[1px] bottom-[1px] flex items-center space-x-2 px-2 ${getColors('text-vulcan-500 dark:text-whisper-100', 'text-[var(--vscode-list-activeSelectionForeground)]')
className={`actions flex items-center space-x-2 px-2 ${getColors('text-vulcan-500 dark:text-whisper-100', 'text-[var(--vscode-list-activeSelectionForeground)]')
}`}
>
<button title="Navigate" onClick={navigateToUrl} className={getColors(`hover:text-vulcan-500 dark:hover:text-whisper-100`, `hover:text-[var(--vscode-textLink-activeForeground)]`)}>
+6
View File
@@ -365,6 +365,12 @@
}
}
&[data-type='preview'] {
input {
@apply rounded-none;
}
}
.autoform {
form {
label {