Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nodenogg-duplicate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adam Procter
nodenogg-duplicate
Commits
519279b7
Commit
519279b7
authored
5 years ago
by
Adam Procter
Browse files
Options
Downloads
Patches
Plain Diff
updated box style and img width
parent
799c8113
Branches
quickStylefixes
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/src/App.vue
+3
-0
3 additions, 0 deletions
app/src/App.vue
app/src/components/NodesLayer.vue
+13
-2
13 additions, 2 deletions
app/src/components/NodesLayer.vue
app/src/components/OtherNodeslayer.vue
+1
-0
1 addition, 0 deletions
app/src/components/OtherNodeslayer.vue
with
17 additions
and
2 deletions
app/src/App.vue
+
3
−
0
View file @
519279b7
...
...
@@ -17,6 +17,9 @@
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
}
img
{
width
:
100%
;
}
#nav
a
{
font-weight
:
bold
;
...
...
This diff is collapsed.
Click to expand it.
app/src/components/NodesLayer.vue
+
13
−
2
View file @
519279b7
...
...
@@ -13,7 +13,8 @@
@
resizing=
"onResize"
@
dragstop=
"onDragstop"
@
resizestop=
"onResizestop"
style=
"background-color: rgb(205, 234, 255);"
:drag-cancel=
"'.drag-cancel'"
style=
"background-color: rgb(205, 234, 255)"
>
<form>
<div
v-for=
"value in myNodes"
v-bind:key=
"value.nodeid"
>
...
...
@@ -22,6 +23,7 @@
@
input=
"editNode"
v-model=
"value.nodetext"
:id=
"nodeid"
class=
"drag-cancel"
></textarea>
</div>
<h3>
Reactions
</h3>
...
...
@@ -61,7 +63,8 @@ export default {
width
:
this
.
nodewidth
,
height
:
this
.
nodeheight
,
localx
:
0
,
localy
:
0
localy
:
0
,
globalscale
:
0.7
}
},
...
...
@@ -143,9 +146,17 @@ export default {
position
:
relative
;
}
img
{
width
:
100%
;
}
/* .draggable {
transform: scale(0.7);
} */
textarea
{
width
:
100%
;
height
:
120px
;
resize
:
none
;
box-sizing
:
border-box
;
}
</
style
>
This diff is collapsed.
Click to expand it.
app/src/components/OtherNodeslayer.vue
+
1
−
0
View file @
519279b7
...
...
@@ -183,6 +183,7 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<
style
scoped
>
.node
{
background-color
:
aquamarine
;
position
:
absolute
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment