mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
refactor: separated css modules from common style
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
.cp__header {
|
||||
@apply shadow z-10 h-12 pr-4;
|
||||
position: relative;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 0 0 auto;
|
||||
background-color: var(--ls-primary-background-color, #fff);
|
||||
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.cp__header-left-menu {
|
||||
|
||||
Reference in New Issue
Block a user