diff options
author | Chris Schlaeger <chris@linux.com> | 2016-04-17 20:53:01 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-04-17 20:53:01 +0200 |
commit | b98056154f24b3a4ba6b48a8f5914068cf335102 (patch) | |
tree | c37a771a8f6c1269a827cc88b636f79bca4a58e9 | |
parent | d85a394d88146d745c2ea5ccd339c1c4121a3ea1 (diff) | |
download | postrunner-b98056154f24b3a4ba6b48a8f5914068cf335102.zip |
Fix: Top bar now spans full screen on Android devices.
-rw-r--r-- | lib/postrunner/ViewTop.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/postrunner/ViewTop.rb b/lib/postrunner/ViewTop.rb index c79d0ea..741ca95 100644 --- a/lib/postrunner/ViewTop.rb +++ b/lib/postrunner/ViewTop.rb @@ -56,6 +56,7 @@ module PostRunner <<EOT .titlebar { width: 100%; + min-width: 1210px; height: 50px; margin: 0px; background: linear-gradient(#7FA1FF 0, #002EAC 50px); |