Skip to content

Commit

Permalink
Merge branch 'electron-dev' into electron
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
GeoffreyChen777 committed Jul 17, 2022
2 parents a709ede + eda9950 commit 42e6858
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/main/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ export function setupWindowsSpecificStyle(win: Electron.BrowserWindow) {
background-color: #efefef;
}
.splitpanes__splitter {
background-color: #efefef;
}
@media (prefers-color-scheme: dark) {
.sidebar-windows-bg {
background-color: rgb(50, 50, 50);
}
.splitpanes__splitter {
background-color: rgb(50, 50, 50);
}
}
`);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ onMounted(() => {
<Section title="Supplementaries" v-if="entity.supURLs.length > 0">
<Supplementary :sups="entity.supURLs" />
</Section>
<div class="w-80 h-10">&nbsp;</div>
<div class="w-40 h-10">&nbsp;</div>
<div
class="fixed bottom-0 w-80 h-10 bg-gradient-to-t from-white dark:from-neutral-800"
></div>
Expand Down

0 comments on commit 42e6858

Please sign in to comment.