diff options
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/data/theme.css b/main/data/theme.css index 9fc08db8..621cf66f 100644 --- a/main/data/theme.css +++ b/main/data/theme.css @@ -21,7 +21,8 @@ window.dino-main .dino-conversation { background: @theme_base_color; } -window.dino-main .dino-conversation undershoot { +window.dino-main .dino-conversation undershoot, +window.dino-main .dino-conversation viewport /* Some themes set this */ { background: none; } |