Skip to content

Commit

Permalink
chore: remove comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
muratmerdoglu-dp committed Sep 4, 2024
1 parent 66be3ab commit 7324bd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion static/styles/lib/loggedin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ header {
min-height: 100vh;
display: flex;
flex-direction: column;
// transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
padding-left: 255px;

@media only screen and (max-width: 1279px) {
Expand Down
3 changes: 0 additions & 3 deletions static/styles/lib/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
border-right: 1px solid rgba(0, 0, 0, 0.12);
display: flex;
flex-direction: column;
// transition-duration: 0.2s;
// transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
// transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

&.hidden {
transform: translateX(-110%);
Expand Down

0 comments on commit 7324bd9

Please sign in to comment.