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
b91ed5a6
Commit
b91ed5a6
authored
Nov 14, 2019
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
c67c09a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
pane.scss
src/themes/light/pane.scss
+2
-2
playground.scss
src/themes/light/playground.scss
+3
-2
No files found.
src/themes/light/pane.scss
View file @
b91ed5a6
...
@@ -28,10 +28,10 @@
...
@@ -28,10 +28,10 @@
flex
:
1
;
flex
:
1
;
border-radius
:
2px
;
border-radius
:
2px
;
position
:
relative
;
position
:
relative
;
&
.background
{
/*
&.background{
display: block;
display: block;
width: 100%;
width: 100%;
}
}
*/
}
}
.title-bar
{
.title-bar
{
...
...
src/themes/light/playground.scss
View file @
b91ed5a6
...
@@ -7,8 +7,9 @@
...
@@ -7,8 +7,9 @@
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
;
...
...
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