diff options
author | Antia Puentes <apuentes@igalia.com> | 2020-08-07 21:07:07 +0200 |
---|---|---|
committer | Antia Puentes <apuentes@igalia.com> | 2020-08-07 21:48:24 +0200 |
commit | a06a04170b8ed9cf29b271252e8967f4af09acbf (patch) | |
tree | fea8f58c7220f9dbdc6ec0c5223666d3544a06e0 /src/styles/landscape.scss | |
parent | 93ed13c6c719d70c841c2df18ce02ce2f6450088 (diff) |
Force vertical orientation for the toolbar
Bug-AGL: SPEC-3497
Signed-off-by: Antia Puentes <apuentes@igalia.com>
Change-Id: Ie11bdc8ee09c058c6d540add76ef120f703c7cb7
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r-- | src/styles/landscape.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss index c8105bb..0eace9f 100644 --- a/src/styles/landscape.scss +++ b/src/styles/landscape.scss @@ -1,4 +1,4 @@ -@media (orientation: landscape) { +@media all { html { background-image: url('../images/horizontal_background.png'); @@ -46,4 +46,4 @@ } } -}
\ No newline at end of file +} |