redesign quill toolbar

This commit is contained in:
2019-10-07 20:32:35 +02:00
parent b40d3f7783
commit 07b951ec00
5 changed files with 31 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
/* Containers */
body {
min-width: 700px;
font-family: $font_para, sans-serif;
@@ -176,7 +177,7 @@ a.button:active {
#main {
display: none;
position: absolute;
top: calc(138px + 4em);
top: calc(138px + 6em);
bottom: 2rem;
right:0;
left:0;