Skip to content

Commit f89a6e8

Browse files
committed
Fix: UI #5
1 parent fa829b4 commit f89a6e8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

public/styles/style.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ h1 {
136136
width: 75%;
137137
display: inline-block;
138138
border: solid 1px #D8D8D8;
139+
border-right: solid 2px #D8D8D8;
139140
background-color: #bbb;
140141
}
141142

@@ -191,20 +192,20 @@ input[type="text"]#title::placeholder {
191192
background-color: #FFF6D9;
192193
border-style: solid;
193194
border-radius: 0px;
194-
border-width: 1px;
195+
border-width: 0px;
195196
box-shadow: none;
196197
display: block;
197198
font-size: 18px;
198-
margin-top: 61.89px;
199+
margin-top: 62.9px;
199200
width: 100%;
200-
height: calc(100% - 119.5px);
201+
height: calc(100% - 120px);
201202
}
202203

203204
.editnote {
204205
background: #F5F5F5;
205-
border: solid 1px #bbb;
206-
margin-top: 61px;
207-
height: calc(100% - 117px);
206+
border: none;
207+
margin-top: 62px;
208+
height: calc(100% - 119px);
208209
}
209210

210211
.continueBtn {
@@ -635,7 +636,7 @@ input[type="text"]#title {
635636
display: block;
636637
font-size: 18px;
637638
width: 100%;
638-
height: calc(100% - 65px);
639+
height: calc(100% - 66px);
639640
}
640641

641642
.md-editor-tools {
@@ -692,9 +693,9 @@ input[type="text"]#title {
692693
.shownote {
693694
padding: 15px;
694695
padding-top: 0%;
695-
margin-top: 50px;
696+
margin-top: 50.5px;
696697
width: 100%;
697-
height: calc(100% - 91px);
698+
height: calc(100% - 91.5px);
698699
}
699700

700701
.preview {

0 commit comments

Comments
 (0)