diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-19 21:05:22 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-19 21:05:22 -0500 |
commit | a6baa1084d18a53a4ae686ebc01d8eea9c185fe6 (patch) | |
tree | dc265ce04625703da991de4581c6faee163713a3 | |
parent | 41a156c2141abecb6adf7b99e18ad741afa99275 (diff) | |
download | molsim2-a6baa1084d18a53a4ae686ebc01d8eea9c185fe6.tar.gz molsim2-a6baa1084d18a53a4ae686ebc01d8eea9c185fe6.zip |
Fill nucleotide with highlight.
-rw-r--r-- | mobile.css | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -75,9 +75,9 @@ button { background-color: white; } -.genome .codon>ol { - padding: 1ex 0.5em; -} +/* .genome .codon>ol { */ +/* padding: 1ex 0.5em; */ +/* } */ .genome .codon .amino-acid { border-top: 1px solid black; @@ -87,8 +87,9 @@ button { } .genome .nucleotide { - display: inline-block; - width: 28px; + display: inline-flex; + height: 32px; + width: 32px; font-size: 18px; text-align: center; flex-wrap: wrap; |