diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-19 20:57:54 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-19 20:57:54 -0500 |
commit | 63e1f7b62f92395f9d6a961c1d17b9655cd2db78 (patch) | |
tree | e1d23790f0ebc91af31bc47c604a9f2db20bbdaf | |
parent | c9426f12d4a341ed7576e02c88cde5e7a896c7f0 (diff) | |
download | molsim2-63e1f7b62f92395f9d6a961c1d17b9655cd2db78.tar.gz molsim2-63e1f7b62f92395f9d6a961c1d17b9655cd2db78.zip |
Revert buttons to native styling.
-rw-r--r-- | mobile.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,11 @@ body { bottom: 0; } +button { + margin: revert; + padding: revert; +} + #errors { position: fixed; display: block; |