summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/assets/img/360.pngbin0 -> 7687 bytes
-rwxr-xr-xpublic/assets/stylesheets/app.css20
2 files changed, 15 insertions, 5 deletions
diff --git a/public/assets/img/360.png b/public/assets/img/360.png
new file mode 100644
index 0000000..853952b
--- /dev/null
+++ b/public/assets/img/360.png
Binary files differ
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 8e259ef..bc52d5a 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -151,7 +151,7 @@ a{
}
.topLinks a.ion-help-circled {
font-size: 24px;
- padding: 21px 27px 0 8px;
+ padding: 18px 27px 0 8px;
}
.topLinks a.ion-help-circled:hover {
background:transparent;
@@ -668,6 +668,7 @@ iframe.embed {
display: table;
height: 50vh;
float: left;
+ background:white!important;
}
.profilepage .bio a:hover {
@@ -716,9 +717,9 @@ iframe.embed {
.profilepage .bio h2 {
- text-align: left;
- font-weight: 100;
- font-size: 70px;
+ text-align: left;
+ font-weight: 500;
+ font-size: 18px;
}
.profilepage .bio span {
font-size: 16px;
@@ -2737,9 +2738,18 @@ a[data-role="forgot-password"] {
width: 170px;
background: rgba(255,255,255,0.95);
padding: 6px 8px 8px 8px;
- position: fixed;
bottom: 10px;
left: 10px;
border: 1px solid;
}
+}
+
+@media screen and (orientation:landscape) {
+ .mobile #scene:after{
+ content:url(/assets/img/360.png);
+ z-index: 3;
+ position: fixed;
+ bottom: -3px;
+ right: -3px;
+ }
} \ No newline at end of file