mirror of
https://github.com/leoncvlt/loconotion.git
synced 2024-08-30 18:12:12 +00:00
Fix width issues
This commit is contained in:
parent
08102a8c2e
commit
c683df0a55
@ -16,7 +16,13 @@ div[role="button"]:not(.notion-record-icon):hover {
|
|||||||
/* stops inline databases from overflowing horizontally */
|
/* stops inline databases from overflowing horizontally */
|
||||||
.notion-frame {
|
.notion-frame {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
width: 100vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notion-selectable {
|
||||||
|
max-width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.notion-scroller .notion-collection_view-block {
|
.notion-scroller .notion-collection_view-block {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user