The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
289 B

  1. div.filter-row {
  2. padding: 0.25em;
  3. border-bottom: 1px solid rgba(0, 220, 255, 0.125);
  4. div.content {
  5. width: 80%;
  6. display: inline-block;
  7. vertical-align: middle;
  8. }
  9. button {
  10. width: 20% !important;
  11. display: inline-block !important;
  12. margin: 0 !important;
  13. }
  14. }