Add dynamic blob view grid row gap.

Commit
7d1a269e02c30c5b9b9b62a97e007754d6ff6854
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
lib/static/styles.css
index ad38179f..a97c83a6 100644..100644
@@ -84,6 +84,7 @@
84 84 #blob {
85 85 display: grid;
86 86 column-gap: 1.5em;
87 Added: row-gap: 0.2em;
87 88 grid-template-columns: 3em auto;
88 89 font-family: monospace;
89 90 }
@@ -121,6 +122,7 @@
121 122
122 123 #blob {
123 124 column-gap: 1em;
125 Added: row-gap: 0em;
124 126 grid-template-columns: max-content auto;
125 127 }
126 128 }