Skip to content

Commit

Permalink
Add support for TDesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanmola committed Jan 13, 2025
1 parent 714698d commit 63882f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/renderer/src/scss/sections/_viewport-desktop.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
#viewport-telegram-desktop {
display: flex;
width: 100%;
height: 100%;
width: calc(100% - 1rem);
height: calc(100% - 1rem);
margin: 0.5rem;
flex-direction: column;
position: relative;
border-radius: 0.625rem;
overflow: hidden;
box-shadow: var(--shadow-deep);
box-shadow:
0 4px 8px rgba(0, 0, 0, 0.12),
0 2px 4px rgba(0, 0, 0, 0.08);

> header {
display: flex;
Expand Down

0 comments on commit 63882f1

Please sign in to comment.