Commit 9db9b45e by ramdayalmunda

header changes

parent 01295e1a
...@@ -119,20 +119,22 @@ canvas:focus-visible { ...@@ -119,20 +119,22 @@ canvas:focus-visible {
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
} }
.content-area .left-sidebar{
.content-area .left-sidebar {
width: 200px; width: 200px;
background-color:#408640; background-color: #408640;
padding: 5px; padding: 5px;
} }
.content-area .right-sidebar{ .content-area .right-sidebar {
width: 200px; width: 200px;
background-color: #f5c468; background-color: #f5c468;
padding: 5px; padding: 5px;
} }
.content-area .left-sidebar, .content-area .left-sidebar,
.content-area .page-list, .content-area .page-list,
.content-area .right-sidebar{ .content-area .right-sidebar {
flex-shrink: 0; flex-shrink: 0;
height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
...@@ -143,15 +145,16 @@ canvas:focus-visible { ...@@ -143,15 +145,16 @@ canvas:focus-visible {
} }
.left-sidebar .toggle-btn, .left-sidebar .toggle-btn,
.right-sidebar .toggle-btn{ .right-sidebar .toggle-btn {
display: block; display: block;
position: static; position: static;
top: 0; top: 0;
width: 100%; width: 100%;
text-align: center; text-align: center;
} }
.left-sidebar .content, .left-sidebar .content,
.right-sidebar .content{ .right-sidebar .content {
opacity: 1; opacity: 1;
position: relative; position: relative;
left: 0%; left: 0%;
...@@ -159,14 +162,15 @@ canvas:focus-visible { ...@@ -159,14 +162,15 @@ canvas:focus-visible {
} }
.left-sidebar.hide, .left-sidebar.hide,
.right-sidebar.hide{ .right-sidebar.hide {
width: 50px; width: 50px;
} }
.left-sidebar.hide .content, .left-sidebar.hide .content,
.right-sidebar.hide .content{ .right-sidebar.hide .content {
opacity: 0; opacity: 0;
} }
.page-list { .page-list {
position: relative; position: relative;
display: block; display: block;
...@@ -185,6 +189,7 @@ canvas:focus-visible { ...@@ -185,6 +189,7 @@ canvas:focus-visible {
position: relative; position: relative;
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
margin-right: 2px;
} }
.footer { .footer {
...@@ -198,10 +203,26 @@ canvas:focus-visible { ...@@ -198,10 +203,26 @@ canvas:focus-visible {
0% { 0% {
background: #fff; background: #fff;
} }
50% { 50% {
background: #ddd; background: #ddd;
} }
100% { 100% {
background: #fff; background: #fff;
} }
} }
*::-webkit-scrollbar {
background: transparent;
}
*::-webkit-scrollbar-track {
background-color: #00000022;
border-radius: 5px;
}
*::-webkit-scrollbar-thumb {
background: #7dbbb3;
border-radius: 5px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment