summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-07-25 16:18:19 +0200
committerByteHamster <info@bytehamster.com>2018-07-25 16:18:19 +0200
commitaa2ec1687f67d319230bbc79b6cf41f298e991f2 (patch)
treea54a95fd2b3eb1744ad4b5666b7312109a6a0a7f
parentf9eb2f839b91e2970dd7cb18cf16057b87507df1 (diff)
downloadAntennaPod-aa2ec1687f67d319230bbc79b6cf41f298e991f2.zip
better landscape view
-rw-r--r--app/src/main/templates/about.html11
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>