File tree Expand file tree Collapse file tree 3 files changed +32
-10
lines changed Expand file tree Collapse file tree 3 files changed +32
-10
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function App() {
37
37
}
38
38
39
39
return (
40
- < div className = { `App ${ light ? "_white" : "" } ${ min ? "_min" : "" } ` } >
40
+ < div className = { `App ${ light ? "_white" : "" } ${ min ? "_min" : "" } ` } >
41
41
< nav >
42
42
< span id = { "titlemark" } > GRAPHENE</ span >
43
43
< Button
@@ -51,6 +51,11 @@ function App() {
51
51
< Header toggleBg = { toggleBg }
52
52
toggleMin = { toggleMin }
53
53
graph = { graph } />
54
+ < a id = { "vers" }
55
+ target = { "_blank" }
56
+ href = { "https://github.com/rontap/thesis" }
57
+ title = { "Github Source" }
58
+ > 1.0 Thesis release</ a >
54
59
55
60
</ nav >
56
61
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ export default function PropertyViewer() {
52
52
< hr />
53
53
< div className = { "grid gtc-2 gtc-m-10" } >
54
54
< div className = { "gridItem" } >
55
- { /*todo editable props dont work well*/ }
56
55
MISSING INPUTS
57
56
< br />
58
57
{ node . nodeInputs
Original file line number Diff line number Diff line change 3
3
text-align : center;
4
4
}
5
5
6
+ # vers {
7
+ color : # 959595 ;
8
+ position : fixed;
9
+ right : 10px ;
10
+ top : 13px ;
11
+ font-family : "Bahnschrift" ;
12
+ }
13
+ # vers : hover {
14
+ color : # dedede ;
15
+ text-shadow : 0px 0px 2px # 444 ;
16
+ }
17
+
6
18
.App-logo {
7
19
height : 40vmin ;
8
20
pointer-events : none;
@@ -549,20 +561,22 @@ body:has(._white) {
549
561
width : calc (100% - 25px );
550
562
border-radius : 8px ;
551
563
margin-bottom : 8px ;
552
- border : 1px solid # aaa ;
553
- margin-top : -8px ;
564
+ border : 1px solid # aaa ;
565
+ margin-top : -8px ;
554
566
padding : 12px 10px ;
555
- font-size : 16px ;
567
+ font-size : 16px ;
556
568
font-family : "Bahnschrift" , sans-serif;
557
569
}
570
+
558
571
.gptArea [disabled ] {
559
572
transition : all .5s ;
560
- border : 1px solid # 888 ;
561
- color : # e5e5e5 ;
573
+ border : 1px solid # 888 ;
574
+ color : # e5e5e5 ;
562
575
border-radius : 16px 16px 16px 0px ;
563
- margin-top : -8px ;
576
+ margin-top : -8px ;
564
577
min-height : 20px ;
565
578
}
579
+
566
580
/**
567
581
GPT
568
582
*/
@@ -696,16 +710,20 @@ GPT
696
710
}
697
711
698
712
}
699
- foreignObject .fo {
713
+
714
+ foreignObject .fo {
700
715
transition : height .4s ;
701
716
702
717
}
718
+
703
719
._min foreignObject .fo {
704
720
height : 60px ;
705
721
}
706
- foreignObject > div {
722
+
723
+ foreignObject > div {
707
724
transition : background .2s ;
708
725
}
726
+
709
727
._min .configPropertyListItem {
710
728
display : none;
711
729
}
You can’t perform that action at this time.
0 commit comments