Skip to content

Commit

Permalink
fix: stickers style
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Jul 7, 2023
1 parent e4c6645 commit a4cc257
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @references Telegram Desktop Style
*/

body {
body {
background-color: var(--tg-panel-background) !important;
}

Expand Down Expand Up @@ -583,6 +583,14 @@ html[theme=light] .vac-message-current.vac-message-selected {
border: none !important;
}

.container-search input {
background: var(--tg-panel-background) !important;
}

.transition-element {
transition: transform 0.3s;
}

/* ===== Dark mode ===== */
html[theme=dark] {
body {
Expand Down Expand Up @@ -704,4 +712,8 @@ html[theme=dark] {
border: none !important;
background: transparent !important;
}

.panel-right div.head {
border-color: var(--tg-border-color) !important;
}
}

0 comments on commit a4cc257

Please sign in to comment.