Procházet zdrojové kódy

larger notes by default

Former-commit-id: 235d0d679a7b8545d1c8b4da903829bc45548ee9
Gildas před 6 roky
rodič
revize
713630750b

+ 2 - 2
extension/ui/content/content-ui-editor-web.js

@@ -44,8 +44,8 @@
 	const HIGHLIGHT_HIDDEN_CLASS = "single-file-highlight-hidden";
 	const NOTE_INITIAL_POSITION_X = 20;
 	const NOTE_INITIAL_POSITION_Y = 20;
-	const NOTE_INITIAL_WIDTH = 100;
-	const NOTE_INITIAL_HEIGHT = 100;
+	const NOTE_INITIAL_WIDTH = 150;
+	const NOTE_INITIAL_HEIGHT = 150;
 	const DISABLED_NOSCRIPT_ATTRIBUTE_NAME = "data-single-file-disabled-noscript";
 
 	let NOTES_WEB_STYLESHEET, MASK_WEB_STYLESHEET, HIGHLIGHTS_WEB_STYLESHEET;

+ 2 - 2
extension/ui/editor/editor-note-web.css

@@ -2,8 +2,8 @@
     all: initial;
     display: flex;
     flex-direction: column;
-    height: 100px;
-    width: 100px;
+    height: 150px;
+    width: 150px;
     position: absolute;
     top: 10px;
     left: 10px;