Skip to content

Commit 26ac4b3

Browse files
committed
Added config, and got multi-notes working, fixed minimize, close and added a pin to top button, made resizing easier and improved display of nav bar at smaller sizes.
1 parent 727299d commit 26ac4b3

24 files changed

+8816
-105
lines changed

public/all.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/favicon.ico

-1.12 KB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
88
<link rel="stylesheet" type="text/css" href="./style.css">
9+
<link rel="stylesheet" type="text/css" href="./all.min.css">
910
<title>stickynoteapp</title>
1011
</head>
1112
<body>

public/style.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ body {
66
#app {
77
background: #f1ea99;
88
width: 100vw;
9-
height: 100vh;
10-
border-radius: 0px 0px 5px 5px;
9+
height: 98vh;
10+
margin-top:5px;
11+
border-radius: 5px;
1112
}
1213

1314
#app #home .editor .CodeMirror {
@@ -16,7 +17,7 @@ body {
1617
-moz-osx-font-smoothing: grayscale;
1718
color: #2c3e50;
1819
width: 100vw;
19-
height: 90vh;
20+
height: 88vh;
2021
}
2122

2223
.CodeMirror {
@@ -27,7 +28,7 @@ body {
2728
height: 20px;
2829
background: #2c3e50;
2930
border-radius: 5px 5px 0px 0px;
30-
padding: 10px 10px 10px 10px;
31+
padding: 10px 10px 10px 5px;
3132
-webkit-app-region: drag;
3233
}
3334

@@ -42,13 +43,15 @@ body {
4243
#NavBar *{
4344
-webkit-app-region: none;
4445
}
46+
4547
#NavBar input {
4648
border-top: none;
4749
border-left: none;
4850
border-right: none;
4951
border-bottom: 3px dashed lightblue;
5052
background: none;
5153
color: white;
54+
width:20%;
5255
}
5356

5457
textarea:focus,

public/webfonts/fa-brands-400.eot

122 KB
Binary file not shown.

public/webfonts/fa-brands-400.svg

Lines changed: 3296 additions & 0 deletions
Loading

public/webfonts/fa-brands-400.ttf

122 KB
Binary file not shown.

public/webfonts/fa-brands-400.woff

82.6 KB
Binary file not shown.
70.4 KB
Binary file not shown.

public/webfonts/fa-regular-400.eot

33.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)