mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-31 00:34: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 *;
|
@use "../../styles/variables.scss" as *;
|
||||||
|
|
||||||
.backlinks {
|
.backlinks {
|
||||||
|
flex-direction: column;
|
||||||
@media all and not ($mobile) {
|
@media all and not ($mobile) {
|
||||||
overflow-y: auto;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
&:after {
|
&:after {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
content: "";
|
content: "";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user