Skip to content

Commit

Permalink
Merge pull request #107 from ulu-telegram/master
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
ulugmer authored Nov 17, 2023
2 parents bc1bebf + 6f83162 commit 4b36c13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 4 additions & 0 deletions src/components/left/LeftColumn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@

body.is-macos.is-electron .left-header {
margin-top: 2.5rem;
}

.extra-spacing {
display: none;
}
11 changes: 1 addition & 10 deletions src/components/left/main/LeftMainHeader.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
}

.extra-spacing {
display: none;
position: relative;
margin-left: 0.8125rem;

Expand Down Expand Up @@ -144,14 +145,4 @@
justify-content: space-between;
align-items: center;
width: 100%;
}

.electron-top-block {
display: block;
width: 100%;
height: 50px;
}

.left-header {
margin-top: 2rem;
}

0 comments on commit 4b36c13

Please sign in to comment.