Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/toolbar/ToolbarRight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function ToolbarRight() {
}
}}
>
<div className="flex flex-row">
<div className="flex flex-row items-center">
<Icon name={item.icon} label={item.label}/>
<span className="ml-2">{item.label}</span>
</div>
Expand Down
56 changes: 14 additions & 42 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ body {
animation-delay: 0.5s;
}



.stats_panel {
left: 50px !important;
bottom: 50px !important;
Expand All @@ -127,19 +125,11 @@ body {
display: none;
}


.react-flow__panel.left,
.react-flow__panel.right {
filter: invert(0.84);
}








.command-palette .dark\:bg-gray-900 {
background-color: #222;
}
Expand All @@ -157,38 +147,29 @@ a.command-palette-list-item.block.w-full.text-left.px-3\.5.py-2\.5.rounded-md.ho
backdrop-filter: blur(0.4rem);
}




.log-container {
width: 100%;
padding: 15px;
}


.log-container > div {
display: flex;
flex-direction: column-reverse;
}



button {
cursor: pointer;
}


.appModal {
position: fixed;
top: 0px;
left: 0px;
z-index: 999;
}


/* App.ts */


.newComponentButton {
opacity: 0;
text-align: center;
Expand Down Expand Up @@ -222,7 +203,7 @@ button {
height: 100%;
}
.toolbarDivider {
flex:1;
flex: 1;
}
.toolbarTextInfo {
line-height: 25px;
Expand All @@ -231,7 +212,6 @@ button {
padding-right: 10px;
}


/* Actions.tsx */

.actionsPopoverContainer {
Expand All @@ -256,7 +236,6 @@ button {
margin-top: 0;
}


/* ToolbarRight.tsx */

.toolbarRightBox {
Expand All @@ -277,42 +256,35 @@ button {
height: 100%;
}

.sectionMiddle>div>div {
.sectionMiddle > div > div {
background-color: black !important;
}










.\[\&\:has\(svg\)\]\:pl-11:has(svg) {
padding-left: 0.75rem !important;
}

.rotate{
animation: rotate 1.5s linear infinite;
.rotate {
animation: rotate 1.5s linear infinite;
}
@keyframes rotate{
to{ transform: rotate(360deg); }
@keyframes rotate {
to {
transform: rotate(360deg);
}
}

.model-thumb:hover .model-thumb-label {
opacity: 0.8;
}

#leva {
height: '100%';
height: "100%";
margin: -10px;
}
#leva label {
font-size: 13px;
}
#leva>div {
#leva > div {
position: relative;
top: 0px;
right: 0px;
Expand All @@ -323,14 +295,14 @@ button {
border: none;
z-index: 9;
}
#leva>div>div {
#leva > div > div {
width: 100%;
height: 100%;
border-radius: 0;
border: none;
overflow-y: unset;
overflow-y: auto;
}
#leva>div>div>div>div>div:nth-child(1) {
#leva > div > div > div > div > div:nth-child(1) {
margin-bottom: 10px;
font-size: 14px;
opacity: 0.8;
Expand All @@ -343,4 +315,4 @@ button {
/* --leva-colors-accent1: #fff; */
/* --leva-colors-accent2: #fff; */
/* --leva-colors-accent3: #fff; */
}
}