Skip to content

Commit 9645e2d

Browse files
committed
Fix: Editor tools #4
1 parent 18d0c75 commit 9645e2d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

public/styles/style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,15 @@ input[type="text"]#title::placeholder {
221221
}
222222

223223
.shwBtns {
224-
display: inline-flex;
225-
align-items: center;
226-
justify-content: space-evenly;
224+
display: flex;
225+
justify-content: flex-start;
227226
background-color: #bbb;
228227
position: fixed;
229228
padding: 10px;
230229
padding-top: 10px;
231230
padding-bottom: 0px;
231+
width: 100%;
232+
position: absolute;
232233
}
233234

234235
.shwBtnsL {
@@ -239,6 +240,7 @@ input[type="text"]#title::placeholder {
239240
padding-left: 10px;
240241
padding-right: 10px;
241242
justify-content: space-between;
243+
position: relative;
242244
}
243245

244246

0 commit comments

Comments
 (0)