Prettier
This commit is contained in:
parent
f3735ec49a
commit
9276274c6b
3 changed files with 3 additions and 4 deletions
|
@ -28,7 +28,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
Component.DesktopOnly(Component.Explorer({folderClickBehavior: "link"})),
|
||||
Component.DesktopOnly(Component.Explorer({ folderClickBehavior: "link" })),
|
||||
],
|
||||
right: [
|
||||
Component.Graph(),
|
||||
|
@ -51,7 +51,7 @@ export const defaultListPageLayout: PageLayout = {
|
|||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.Darkmode(),
|
||||
Component.DesktopOnly(Component.Explorer({folderClickBehavior: "link"})),
|
||||
Component.DesktopOnly(Component.Explorer({ folderClickBehavior: "link" })),
|
||||
],
|
||||
right: [],
|
||||
}
|
||||
|
|
|
@ -464,7 +464,6 @@ img {
|
|||
display: block;
|
||||
}
|
||||
|
||||
|
||||
p > img + em {
|
||||
display: block;
|
||||
transform: translateY(-1rem);
|
||||
|
|
Loading…
Reference in a new issue