Skip to content

Commit

Permalink
make titlebar thick again
Browse files Browse the repository at this point in the history
  • Loading branch information
bourdakos1 committed Jan 11, 2020
1 parent 31e4eca commit a10bdca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ html {
.sidebar {
position: fixed;
left: 0;
top: 50px;
top: 64px;
bottom: 0;
width: 256px;
transform: translate(-256px);
Expand Down Expand Up @@ -1104,7 +1104,7 @@ html {
position: fixed;
left: 0;
right: 0;
top: 50px;
top: 64px;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
Expand Down
3 changes: 2 additions & 1 deletion docs/assets/css/custom2.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
top: 0px;
left: 0px;
right: 0px;
height: 3rem;
/* height: 3rem; */
height: 64px;
display: flex;
align-items: center;
background-color: #000000;
Expand Down

0 comments on commit a10bdca

Please sign in to comment.