mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 21:24:21 +00:00
improve(ui): WIP polish block padding on mobile
This commit is contained in:
@@ -116,16 +116,16 @@ html.is-resizing-buf {
|
||||
|
||||
main.ls-fold-button-on-right {
|
||||
#main-content-container {
|
||||
padding: 0 15px;
|
||||
|
||||
|
||||
padding-right:12px;
|
||||
padding-left: 12px;
|
||||
|
||||
.page-blocks-inner {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.cp__sidebar-left-layout {
|
||||
width: 16px;
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
.ls-block {
|
||||
@@ -142,5 +142,9 @@ main.ls-fold-button-on-right {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
.block-content-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user