@media screen and (max-width: 450px) {
    #nextcloud {
      visibility: hidden;
      display: none;
      flex: 0;
   }
}

.app-menu-more svg {
   fill: white;
}