mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-24 02:08:34 +01:00
minimum width that works on left and right sides
This commit is contained in:
parent
c1c4d00ea8
commit
4b62cad481
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
@ -3,7 +3,7 @@ import { BrowserView, remote } from 'electron';
|
||||||
|
|
||||||
const viewName: string = "keep";
|
const viewName: string = "keep";
|
||||||
const defaultSettings: KeepSettings = {
|
const defaultSettings: KeepSettings = {
|
||||||
minimumWidth: 358,
|
minimumWidth: 360,
|
||||||
padding: 5,
|
padding: 5,
|
||||||
css: `/* hide the menu bar and the "Keep" logo and text */
|
css: `/* hide the menu bar and the "Keep" logo and text */
|
||||||
.PvRhvb-qAWA2, .gb_qc {
|
.PvRhvb-qAWA2, .gb_qc {
|
||||||
|
|
Loading…
Reference in a new issue