[rhythmbox: 1/2] webremote: use viewport units for top level containers rather than percentage
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox: 1/2] webremote: use viewport units for top level containers rather than percentage
- Date: Sun, 2 Feb 2020 03:41:27 +0000 (UTC)
commit cbeec10e3ed01a31499bb81a878c891464f6edb2
Author: crvi <crvisqr gmail com>
Date: Wed Jan 22 14:33:45 2020 +0530
webremote: use viewport units for top level containers rather than percentage
Fixes: #1759
plugins/webremote/css/webremote.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/webremote/css/webremote.css b/plugins/webremote/css/webremote.css
index 49e565acf..eb568b34c 100644
--- a/plugins/webremote/css/webremote.css
+++ b/plugins/webremote/css/webremote.css
@@ -27,7 +27,7 @@ div#stream {
}
div#trackimage {
- height: 50%;
+ height: 50vh;
max-width: 100%;
margin: 10px auto;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]