Files
metube/ui/src/styles.sass
T
2026-03-15 20:53:13 +02:00

27 lines
594 B
Sass

/* You can add global styles to this file, and also import other style files */
.navbar
background-color: var(--bs-dark) !important
[data-bs-theme="dark"] &
background-color: var(--bs-dark-bg-subtle) !important
.ng-select
flex: 1
.ng-select-container
min-height: 38px
.ng-value
white-space: nowrap
overflow: visible
.ng-dropdown-panel
.ng-dropdown-panel-items
max-height: 300px
.ng-option
white-space: nowrap
overflow: visible
text-overflow: ellipsis