diff --git a/web/_css/style.css b/web/_css/style.css
index 88bf02cd..3ffe7974 100644
--- a/web/_css/style.css
+++ b/web/_css/style.css
@@ -32,7 +32,7 @@ html, body {
svg.icon {
display: inline-block;
- vertical-align: -.125em;
+ vertical-align: -.125em;
}
body[data-mode] {
@@ -235,12 +235,13 @@ #exportString {
#bottomBar {
position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- transition: left .3s ease-in-out, margin-left .3s ease-in-out;
- margin-left: env(safe-area-inset-right);
- margin-right: env(safe-area-inset-right);
+ bottom: 0;
+ left: 0;
+ right: 0;
+ transition: left .3s ease-in-out, padding-left .3s linear;
+ padding-left: max(0.5rem, env(safe-area-inset-left)) !important;
+ padding-right: max(0.5rem, env(safe-area-inset-right)) !important;
+ padding-bottom: max(0.5rem, env(safe-area-inset-bottom)) !important;
}
@media (prefers-reduced-motion: reduce) {
@@ -250,7 +251,7 @@ @media (prefers-reduced-motion: reduce) {
}
#wrapper:not(.listHidden) > #bottomBar {
- margin-left: 0;
+ padding-left: 0.5rem !important;
left: 400px !important;
}
@@ -389,9 +390,9 @@ .period-group {
}
@media (prefers-reduced-motion: reduce) {
- .period-group {
- transition: none;
- }
+ .period-group {
+ transition: none;
+ }
}
.period-group[data-active=true] {
diff --git a/web/index.html b/web/index.html
index 1d8adb10..a85b77f9 100644
--- a/web/index.html
+++ b/web/index.html
@@ -38,6 +38,8 @@
+
+
diff --git a/web/manifest.webmanifest b/web/manifest.webmanifest
index 594c169c..287f0787 100644
--- a/web/manifest.webmanifest
+++ b/web/manifest.webmanifest
@@ -3,7 +3,7 @@
"display": "minimal-ui",
"scope": "/",
"start_url": "/",
- "name": "r/place atlas",
+ "name": "r/place Atlas",
"short_name": "placeAtlas2",
"description": "The atlas for the r/place event from 2022",
"icons": [