Skip to content

Commit

Permalink
fix: missing depen
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Nov 25, 2022
1 parent 748fa46 commit 47b5418
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions resources/css/common.css
Expand Up @@ -903,3 +903,13 @@ html[data-theme='dark'] .keyboard-shortcut > code {
.katex .tag {
overflow-x: clip;
}

html.is-mobile {
h1.title {
margin-bottom: 10px;
}

#journals .journal-item:first-child {
margin-top: 5px;
}
}
2 changes: 1 addition & 1 deletion src/main/frontend/components/header.css
Expand Up @@ -242,7 +242,7 @@ html.is-native-ipad {
}

.page {
margin-top: 24px;
margin-top: 15px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/components/page.css
Expand Up @@ -311,7 +311,7 @@ html.is-native-ipad,
html.is-native-iphone,
html.is-native-iphone-without-notch {
.ls-page-title {
margin: 0 0 24px -15px;
margin: 0 0 10px -15px;
padding: 0 !important;
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/main/frontend/components/theme.css
Expand Up @@ -116,8 +116,8 @@ html.is-resizing-buf {

main.ls-fold-button-on-right {
#main-content-container {
padding-right:15px;
padding-left: 15px;
padding-right:18px;
padding-left: 18px;

.page-blocks-inner {
margin-left: 0 !important;
Expand All @@ -134,7 +134,7 @@ main.ls-fold-button-on-right {

.ls-block {
.block-control {
@apply absolute -right-2 top-1 bottom-1 bg-yellow-300;
@apply absolute -right-3 pr-2 top-1 bottom-1;

.rotating-arrow.collapsed svg {
transform: rotate(180deg);
Expand Down

0 comments on commit 47b5418

Please sign in to comment.