Skip to content

Commit 65dd609

Browse files
Removed the CSS which were not applicable for Drawer related
1 parent dc9e3f5 commit 65dd609

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

quartz/components/styles/navigationlinks.scss

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,6 @@
4343

4444
@media all and ($mobile) {
4545
display: none;
46-
flex-direction: column;
47-
position: absolute;
48-
top: 100%;
49-
right: 0;
50-
width: 300px;
51-
background-color: var(--light);
52-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
53-
border-radius: 4px;
54-
padding: 10px;
55-
z-index: 1000;
56-
}
57-
}
58-
59-
& ul.active {
60-
@media all and ($mobile) {
61-
display: flex;
62-
border: 2px solid var(--lightgray);
6346
}
6447
}
6548

0 commit comments

Comments
 (0)