fix line dashbaord

This commit is contained in:
arifal
2025-08-20 02:14:50 +07:00
parent e18c0cb3b6
commit 844fbdfa89
3 changed files with 50 additions and 26 deletions

View File

@@ -71,7 +71,12 @@
// line degrees
.line {
background-color: black;
background: linear-gradient(
to top right,
transparent calc(50% - 2px),
black,
transparent calc(50% + 2px)
);
position: absolute;
height: 3px;
}