diff options
author | ByteHamster <info@bytehamster.com> | 2018-07-25 16:18:19 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2018-07-25 16:18:19 +0200 |
commit | aa2ec1687f67d319230bbc79b6cf41f298e991f2 (patch) | |
tree | a54a95fd2b3eb1744ad4b5666b7312109a6a0a7f /app/src/main/templates | |
parent | f9eb2f839b91e2970dd7cb18cf16057b87507df1 (diff) | |
download | AntennaPod-aa2ec1687f67d319230bbc79b6cf41f298e991f2.zip |
better landscape view
Diffstat (limited to 'app/src/main/templates')
-rw-r--r-- | app/src/main/templates/about.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/templates/about.html b/app/src/main/templates/about.html index fa31d1236..4e1329302 100644 --- a/app/src/main/templates/about.html +++ b/app/src/main/templates/about.html @@ -25,7 +25,16 @@ display: block; margin-left: auto; margin-right: auto; + max-height: 200px; + max-height: 50vh; + max-width: 100%; + height: auto; + width: auto; + } + + div#logobackground{ width: 100%; + background: #42a5f5; } .card { @@ -57,7 +66,9 @@ <title>About AntennaPod</title> </head> <body> +<div id="logobackground"> <img id="logo" src="file:///android_asset/logo.png" alt="Logo"/> +</div> <h1>AntennaPod</h1> |