#logo { height:inherit }
#dialog-help .fs-base-page__content p { margin-bottom: 1em; margin-top:0 }
#dialog-help .fs-base-page__content ul { margin-bottom: 1em; margin-top:0 }
div.fs-settings__account-info > div.fs-info > strong { min-width:8em }
div.fs-settings__saved-info button.fs-button { min-width:18em }
div.fs-settings__general button.fs-button { min-width:18em }
div.fs-settings__logs button.fs-button { min-width:17em }
div.fs-settings__api-secret .fs-list--inline button.fs-button { min-width:15em }

header > nav > a.fs-link.fs-link--no-hover::before {
  background-image: url(/filesender/images/filesender-logo.svg);
  background-repeat: no-repeat; background-position: center center; background-size: contain;
  display: inline-block; content: ' '; height: inherit; width: 70px;
}
header > nav > a.fs-link.fs-link--no-hover::after {
  display: inline-block; content: 'Inofficial Preview'; font-size:60%; color:red; font-weight:bold; width:5em
}

/* dark fixes */
html main .core { background: var(--fs-bg-color-secondary); border: 1px dashed var(--fs-border); }
@media (prefers-color-scheme: dark) {
  header > nav > a.fs-link.fs-link--no-hover::before { filter: invert(1); }
}

