• This project
    • Loading...
  • Sign in

HyeonJun Jeon / Extended-Calendar

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Extended-Calendar
  • src
  • styles
  • Side.css
  • HyeonJun Jeon's avatar
    [Style] Calendar and entire margin resize · 3d8453d2
    3d8453d2
    HyeonJun Jeon authored 2022-05-28 23:28:54 +0900
Side.css 330 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
aside {
  width: 220px;
  margin-right: 8px;
  padding-top: 50px;
}

.SideSubject {
  height: 25px;
  padding: 5px 0px 5px 0px;
  display: flex;
}

.ssc {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 5px 10px 5px 5px;
  border: solid thin grey;
  border-radius: 3px;
}

.SideSubject > span {
  line-height: 25px;
}