mirror of
https://github.com/leoncvlt/loconotion.git
synced 2024-08-30 18:12:12 +00:00
Quick fix for mobile styles
Quick (and probably not very good) fix of adaptive layout
This commit is contained in:
parent
b444ceeadf
commit
a3cbda36dd
@ -77,9 +77,17 @@ a[data-token-index] svg.page {
|
||||
.notion-scroller > div > div:not([class]) {
|
||||
width: 100% !important;
|
||||
max-width: 960px !important;
|
||||
padding-left: 24px !important;
|
||||
padding-right: 24px !important;
|
||||
}
|
||||
.notion-scroller > div > div:not([class]) > div:not([class]) > div:not([class]) > div:not([class]), .notion-scroller > div > div:not([class]) > div:not([class]) > div:not([class]) > div:not([class]) > div:not([class]) {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.notion-scroller > div > div:not([class]) > div:not([class]) > div:not([class]) > div:not([class]) > div:not([class]) > div:not([class]) > div{
|
||||
font-size:32px !important;
|
||||
margin:-20px 0 20px 0;
|
||||
}
|
||||
|
||||
/* normalizes content width */
|
||||
.notion-page-content,
|
||||
|
Loading…
Reference in New Issue
Block a user