summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-19 20:57:54 -0500
committerBrian Cully <bjc@kublai.com>2021-02-19 20:57:54 -0500
commit63e1f7b62f92395f9d6a961c1d17b9655cd2db78 (patch)
treee1d23790f0ebc91af31bc47c604a9f2db20bbdaf
parentc9426f12d4a341ed7576e02c88cde5e7a896c7f0 (diff)
downloadmolsim2-63e1f7b62f92395f9d6a961c1d17b9655cd2db78.tar.gz
molsim2-63e1f7b62f92395f9d6a961c1d17b9655cd2db78.zip
Revert buttons to native styling.
-rw-r--r--mobile.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/mobile.css b/mobile.css
index 92d62e2..393dcbd 100644
--- a/mobile.css
+++ b/mobile.css
@@ -13,6 +13,11 @@ body {
bottom: 0;
}
+button {
+ margin: revert;
+ padding: revert;
+}
+
#errors {
position: fixed;
display: block;