Toggle navigation
Toggle navigation
This project
Loading...
Sign in
HyeonJun Jeon
/
Extended-Calendar
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
HyeonJun Jeon
2022-05-28 23:28:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d8453d2c7909dcbfb75d275efad0d8908ba0bd3
3d8453d2
1 parent
f53347aa
[Style] Calendar and entire margin resize
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
src/styles/App.css
src/styles/Header.css
src/styles/Month.css
src/styles/Side.css
src/styles/App.css
View file @
3d8453d
...
...
@@ -4,7 +4,7 @@ h2 {
}
.App
{
margin
:
12
px
;
margin
:
8
px
;
}
button
{
...
...
src/styles/Header.css
View file @
3d8453d
header
{
background-color
:
rgba
(
255
,
255
,
255
,
1
);
display
:
flex
;
margin-bottom
:
12
px
;
padding-bottom
:
8
px
;
justify-content
:
space-between
;
align-items
:
center
;
border-bottom
:
solid
thin
lightgrey
;
}
.hl
{
...
...
src/styles/Month.css
View file @
3d8453d
...
...
@@ -17,9 +17,9 @@
}
.GridHeadItem
{
height
:
3
0px
;
height
:
2
0px
;
text-align
:
center
;
line-height
:
3
0px
;
line-height
:
2
0px
;
padding
:
10px
5px
10px
5px
;
}
...
...
@@ -35,7 +35,7 @@
display
:
grid
;
grid-template-columns
:
1
fr
1
fr
1
fr
1
fr
1
fr
1
fr
1
fr
;
overflow-y
:
auto
;
height
:
calc
(
100vh
-
85px
-
50
px
);
height
:
calc
(
100vh
-
115
px
);
border
:
solid
thin
gray
;
}
...
...
src/styles/Side.css
View file @
3d8453d
aside
{
width
:
2
5
0px
;
width
:
2
2
0px
;
margin-right
:
8px
;
padding-top
:
50px
;
}
.SideSubject
{
height
:
25px
;
padding
:
5px
;
padding
:
5px
0px
5px
0px
;
display
:
flex
;
}
...
...
Please
register
or
login
to post a comment