* fix truncated comments for customer, project and activity * fix export button label for non-translated renderer * fixed avatar size if image or SVG is used * filter timesheets by billable state in API
20 lines
507 B
SCSS
20 lines
507 B
SCSS
/*
|
|
* This file is part of the Kimai time-tracking app.
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
|
|
border-top-width: 1px;
|
|
border-top-style: solid;
|
|
display: block !important;
|
|
margin-top: 16px;
|
|
opacity: 0.4;
|
|
span {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|