Browse Source

Fix missing admin CSS in glitch-soc flavor (#2088)

Port SCSS changes from 43f56f1291

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
closed-social-glitch-2
Claire 1 year ago
committed by GitHub
parent
commit
26c2b401a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      app/javascript/flavours/glitch/styles/forms.scss

+ 9
- 0
app/javascript/flavours/glitch/styles/forms.scss View File

@ -157,6 +157,15 @@ code {
padding: 0.2em 0.4em;
background: darken($ui-base-color, 12%);
}
li {
list-style: disc;
margin-left: 18px;
}
}
ul.hint {
margin-bottom: 15px;
}
span.hint {

Loading…
Cancel
Save