This commit is contained in:
Yuri Kuznetsov
2022-07-17 16:48:21 +03:00
parent 39027acc91
commit 6864405e55
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -303,7 +303,8 @@ body {
}
.panel.sticked {
margin-top: ~"calc(-1 * var(--vertical-gap) - var(--panel-border-width))";
//margin-top: ~"calc(-1 * var(--vertical-gap) - var(--panel-border-width)))";
margin-top: ~"calc(-1 * var(--vertical-gap))";
border-top-width: max(var(--panel-border-width), 1px);
}
+2 -2
View File
@@ -87,7 +87,7 @@
}
margin-bottom: 0;
border-bottom-width: 0;
//border-bottom-width: 0;
&:last-child {
border-bottom-width: var(--panel-border-width);
@@ -119,7 +119,7 @@
.record .middle-tabs + .middle {
.panel {
border-bottom-width: var(--panel-border-width);
//border-bottom-width: var(--panel-border-width);
}
}