summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-19 21:05:22 -0500
committerBrian Cully <bjc@kublai.com>2021-02-19 21:05:22 -0500
commita6baa1084d18a53a4ae686ebc01d8eea9c185fe6 (patch)
treedc265ce04625703da991de4581c6faee163713a3
parent41a156c2141abecb6adf7b99e18ad741afa99275 (diff)
downloadmolsim2-a6baa1084d18a53a4ae686ebc01d8eea9c185fe6.tar.gz
molsim2-a6baa1084d18a53a4ae686ebc01d8eea9c185fe6.zip
Fill nucleotide with highlight.
-rw-r--r--mobile.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/mobile.css b/mobile.css
index 393dcbd..a86d76d 100644
--- a/mobile.css
+++ b/mobile.css
@@ -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;