Merge branch 'master' of https://github.com/brkcvn/akaunting into new-plans

This commit is contained in:
Burak Civan
2022-09-26 10:01:39 +03:00
20 changed files with 108 additions and 62 deletions

View File

@@ -220,6 +220,12 @@
width: 1px;
}
.menu__submenu details.relative:before {
@apply h-full absolute bg-gray-200 -left-4;
content: '';
width: 1px;
}
.menu__submenu li:last-child::before {
height: 20px;
}
@@ -548,6 +554,12 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
}
}
@media only screen and (min-width: 480px) {
.large-overflow-unset {
overflow-x: unset;
}
}
#nprogress .bar {
background: #A6A8C9 !important;
height: 5px !important;