Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
1639579e
Commit
1639579e
authored
Sep 13, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sider rework css
parent
fad2855d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
14 deletions
+13
-14
app.component.scss
src/app/app.component.scss
+13
-14
No files found.
src/app/app.component.scss
View file @
1639579e
...
...
@@ -135,37 +135,36 @@
&
-sider
{
height
:
100%
;
width
:
3
2
0px
;
width
:
3
4
0px
;
background-color
:
#e3e3e3
;
position
:
fixed
;
right
:
0
;
top
:
0
;
z-index
:
2
;
border-left
:
solid
black
3px
;
align-items
:
center
;
overflow
:
scroll
;
box-shadow
:
-20px
0px
25px
rgba
(
0
,
0
,
0
,
0
.3
);
box-shadow
:
-6px
0px
16px
rgba
(
0
,
0
,
0
,
0
.3
);
&
-title
{
height
:
30px
;
border-bottom
:
solid
black
2
px
;
height
:
5%
;
border-bottom
:
solid
#8f8f8f
0
.5
px
;
font-size
:
20px
;
position
:
fixed
;
width
:
320px
;
width
:
340px
;
background-color
:
#e3e3e3
;
position
:
relative
;
z-index
:
2
;
box-shadow
:
0px
20px
2
5px
rgba
(
0
,
0
,
0
,
0
.3
);
box-shadow
:
0px
4px
1
5px
rgba
(
0
,
0
,
0
,
0
.3
);
font-family
:
'Glacial Indifference Bold'
,
sans-serif
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
&
-elements
{
margin-top
:
40px
;
flex-direction
:
column
;
align-items
:
center
;
display
:
flex
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
height
:
95%
;
&
-element
{
margin-top
:
10px
;
...
...
@@ -177,7 +176,7 @@
&
-settings
{
position
:
fixed
;
width
:
400px
;
right
:
3
5
0px
;
right
:
3
6
0px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
...
...
@@ -201,7 +200,7 @@
&
-zoom
{
position
:
fixed
;
height
:
110px
;
right
:
3
5
0px
;
right
:
3
6
0px
;
bottom
:
25px
;
display
:
flex
;
flex-direction
:
column
;
...
...
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