/* Hide file attach button in chat input */
#attach-file-menu-button,
#attach-file {
  display: none !important;
}

/* Hide "Dateien anhängen" icon in side nav */
button[aria-label="Dateien anhängen"] {
  display: none !important;
}
