mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
fix: mobile backlinks orientation
This commit is contained in:
parent
5eec1e98e6
commit
9831c49a96
@ -1,10 +1,8 @@
|
||||
@use "../../styles/variables.scss" as *;
|
||||
|
||||
.backlinks {
|
||||
flex-direction: column;
|
||||
@media all and not ($mobile) {
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
&:after {
|
||||
pointer-events: none;
|
||||
content: "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user