File tree 2 files changed +3
-3
lines changed
components/mainInput/Lump
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function BlockSettingsToolbarIcon(props: BlockSettingsToolbarIcon) {
57
57
className = { `relative flex select-none items-center rounded-full px-1 transition-all duration-200 focus:outline-none focus-visible:ring-2 focus-visible:ring-blue-500/50 ${ props . className || "" } ` }
58
58
>
59
59
< props . icon
60
- className = "h-3 w-3 hover:brightness-125"
60
+ className = "h-[13px] w-[13px] flex-shrink-0 hover:brightness-125"
61
61
style = { {
62
62
color : props . isSelected ? vscBadgeForeground : undefined ,
63
63
} }
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { Chat } from "./Chat";
3
3
4
4
export default function GUI ( ) {
5
5
return (
6
- < div className = "flex w-screen flex-col overflow-hidden" >
7
- < aside className = "4xl:block border-vsc-input-border no-scrollbar hidden w-96 overflow-y-auto border-0 border-r border-solid" >
6
+ < div className = "flex w-screen flex-row overflow-hidden" >
7
+ < aside className = "4xl:flex border-vsc-input-border no-scrollbar hidden w-96 overflow-y-auto border-0 border-r border-solid" >
8
8
< History />
9
9
</ aside >
10
10
< main className = "no-scrollbar flex flex-1 flex-col overflow-y-auto" >
You can’t perform that action at this time.
0 commit comments