Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-editor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
劳工
zeroing-editor
Commits
83819722
Commit
83819722
authored
Nov 15, 2019
by
张晨辰
Browse files
Options
Browse Files
Download
Plain Diff
fix: merge
parents
afc8d0df
804fb216
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
pane.scss
src/themes/light/pane.scss
+4
-5
playground.scss
src/themes/light/playground.scss
+5
-4
No files found.
src/themes/light/pane.scss
View file @
83819722
...
@@ -5,11 +5,6 @@
...
@@ -5,11 +5,6 @@
display
:
flex
;
display
:
flex
;
flex-direction
:
column-reverse
;
flex-direction
:
column-reverse
;
&
.pane-playground
.content
{
display
:
block
;
width
:
100%
;
}
&
:focus
{
&
:focus
{
outline
:
none
;
outline
:
none
;
...
@@ -33,6 +28,10 @@
...
@@ -33,6 +28,10 @@
flex
:
1
;
flex
:
1
;
border-radius
:
2px
;
border-radius
:
2px
;
position
:
relative
;
position
:
relative
;
/*&.background{
display: block;
width: 100%;
}*/
}
}
.title-bar
{
.title-bar
{
...
...
src/themes/light/playground.scss
View file @
83819722
...
@@ -7,15 +7,16 @@
...
@@ -7,15 +7,16 @@
background-color
:
transparent
;
background-color
:
transparent
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0
.4
);
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0
.4
);
overflow
:
hidden
;
overflow
:
hidden
;
transform
:
scale
(
.5
,
.5
);
/*transform: scale(.5, .5);
transform-origin
:
50%
0%
;
transform-origin: 50% 0%;*/
zoom
:
0
.5
;
}
}
.zero-playground-draw-panel
{
.zero-playground-draw-panel
{
height
:
1200px
;
height
:
1200px
;
background
:
url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiUlEQVQ4jZ1TSxLFIAhLOp7C+19NjyFvlQ7lUUvLRgXzgVGOMQyb6L3/5cwMJAEAxw6sy3FP8tw/EkhJqp7klQMBtKpWcpC1oVp7IoiqviXg4xBFRPL7EM/6WsviYDxwzrkVaBHsz5U4MlWfKxHEySpXIdk6qLRzcXBHVnKQfZRKCy1Ty979XfwApOBe0rB0KiIAAAAASUVORK5CYII=)
;
background
:
url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiUlEQVQ4jZ1TSxLFIAhLOp7C+19NjyFvlQ7lUUvLRgXzgVGOMQyb6L3/5cwMJAEAxw6sy3FP8tw/EkhJqp7klQMBtKpWcpC1oVp7IoiqviXg4xBFRPL7EM/6WsviYDxwzrkVaBHsz5U4MlWfKxHEySpXIdk6qLRzcXBHVnKQfZRKCy1Ty979XfwApOBe0rB0KiIAAAAASUVORK5CYII=)
;
background-repeat
:
repeat
;
background-repeat
:
repeat
;
overflow-y
:
auto
;
/*
overflow-y: auto;
overflow-x
:
hidden
;
overflow-x: hidden;
*/
}
}
.zero-draw-panel-container
{
.zero-draw-panel-container
{
position
:
relative
;
position
:
relative
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment