Monstermango commited on
Commit
f0de45b
·
verified ·
1 Parent(s): 6112c56

Surface the speaker count

Browse files
Files changed (1) hide show
  1. style.css +2 -0
style.css CHANGED
@@ -107,6 +107,8 @@ details { margin: 8px 0 }
107
  /* Kein Flex: sonst werden Auszeichnungen im Text zu eigenen Spalten */
108
  summary { min-height: 44px; padding: 11px 0; color: var(--dim) }
109
  summary b { color: var(--text) }
 
 
110
  .opt input {
111
  width: 76px; min-height: 44px; text-align: center; font: inherit;
112
  border: 1px solid var(--linie); border-radius: 10px;
 
107
  /* Kein Flex: sonst werden Auszeichnungen im Text zu eigenen Spalten */
108
  summary { min-height: 44px; padding: 11px 0; color: var(--dim) }
109
  summary b { color: var(--text) }
110
+ /* Der Zusatz gehört unter die Beschriftung, nicht daneben. */
111
+ .opt .klein { display: block; margin-top: 0 }
112
  .opt input {
113
  width: 76px; min-height: 44px; text-align: center; font: inherit;
114
  border: 1px solid var(--linie); border-radius: 10px;