Phyks (Lucas Verney)
2d9747482b
Also includes misc fixes * Use CSS modules for all the CSS. * Fix a bug in the filterbar which was not filtering anything. * Fix a l10n issue in songs view. * Update hook to clean build repo before running, preventing to push dev built code. * Update webpack build code.
8 lines
114 B
SCSS
8 lines
114 B
SCSS
:global {
|
|
@media (max-width: 767px) {
|
|
.table-responsive {
|
|
border: none;
|
|
}
|
|
}
|
|
}
|