Skip to content

Commit 52e40a1

Browse files
committed
[#47] polish header with with unlock mode
1 parent cd20fe0 commit 52e40a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/mixins.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
}
88

99
@mixin layout-head {
10-
@apply left-10 md:left-14 lg:left-16 h-12 right-0 justify-between border-b border-gray-200 dark:border-gray-700 px-4 bg-white dark:bg-gray-800 z-50;
11-
@apply absolute;
10+
@apply left-10 h-12 right-0 justify-between border-b border-gray-200 dark:border-gray-700 px-4 bg-white dark:bg-gray-800 z-50;
11+
@apply absolute left-0 right-0;
1212

1313
html.navbar-fixed & {
14-
@apply fixed;
14+
@apply fixed left-10 md:left-14 lg:left-16 right-0;
1515
}
1616
}
1717

0 commit comments

Comments
 (0)