Skip to content

Commit 05c723e

Browse files
FanzzzdAndrewMoryakov
authored andcommitted
fix: washed-out UI after window resize when Reduce transparency is enabled (Dimillian#537)
1 parent 27a7c09 commit 05c723e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/compact-tablet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
height: 100%;
8888
}
8989

90+
.app.layout-tablet.reduced-transparency .tablet-main {
91+
background: var(--surface-messages);
92+
}
93+
9094
.tablet-topbar {
9195
padding: 10px 20px 8px;
9296
}

0 commit comments

Comments
 (0)