File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/file-structure Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -531,12 +531,12 @@ const Structure: React.FC<StructureProps> = ({
531531 contextHandler ( e ) ;
532532 onItemContextSelected ( { id : "head" , type : "folder" } ) ;
533533 } }
534- className = "mx-auto flex h-[40vh] items-center pl-3 pr-4"
534+ className = "mx-auto flex items-center pl-3 pr-4"
535535 >
536536 < div
537537 parent-id = { "head" }
538538 typeof-item = { "folder" }
539- className = "select-none break-words rounded-lg border p-3 text-center text-base"
539+ className = "select-none break-words rounded-lg p-3 text-center text-base"
540540 >
541541 < div
542542 parent-id = { "head" }
Original file line number Diff line number Diff line change 7171}
7272
7373.display-none-c {
74- display : none;
74+ display : none !important ;
7575}
7676
7777.span-logo {
You can’t perform that action at this time.
0 commit comments