We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d0c75 commit 9645e2dCopy full SHA for 9645e2d
public/styles/style.css
@@ -221,14 +221,15 @@ input[type="text"]#title::placeholder {
221
}
222
223
.shwBtns {
224
- display: inline-flex;
225
- align-items: center;
226
- justify-content: space-evenly;
+ display: flex;
+ justify-content: flex-start;
227
background-color: #bbb;
228
position: fixed;
229
padding: 10px;
230
padding-top: 10px;
231
padding-bottom: 0px;
+ width: 100%;
232
+ position: absolute;
233
234
235
.shwBtnsL {
@@ -239,6 +240,7 @@ input[type="text"]#title::placeholder {
239
240
padding-left: 10px;
241
padding-right: 10px;
242
justify-content: space-between;
243
+ position: relative;
244
245
246
0 commit comments