]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
add block toolbar to create a code section
[chloro.git] / chloro / phyll / static / css / style.scss
index e3fb0af250a9d97b8c95f82f43a7b2cf10d0d841..9c912ba699db19ea2aeebd29125e7bbe6726c412 100644 (file)
@@ -183,7 +183,7 @@ footer {
        }
 }
 
-#style-popup {
+.style-popup {
        background: white;
        input {
                display: none;
@@ -200,7 +200,6 @@ footer {
        button {
                padding: 0;
                height: 2em;
-               width: 2em;
                text-align: center;
                background: #eee;
                border: 1px outset #ccc;
@@ -213,4 +212,7 @@ footer {
                        text-decoration: underline;
                }
        }
+       &.short button {
+               width: 2em;
+       }
 }