]> git.0d.be Git - panikdb.git/commitdiff
wiki: increase size of save button
authorFrédéric Péters <fpeters@0d.be>
Thu, 11 Jun 2020 16:37:27 +0000 (18:37 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 11 Jun 2020 16:37:27 +0000 (18:37 +0200)
panikdb/static/css/style.scss

index a52f223bf4fa8e704f717beaf90d124ec34fa7a8..b15b326e6c9f87688cad91a2f68f271c8652dbb9 100644 (file)
@@ -720,8 +720,9 @@ div[contenteditable=true] {
 button.save {
        position: sticky;
        bottom: 10px;
+       width: 100%;
        background: white;
-       border: 1px solid #386ede;
+       border: 2px solid #386ede;
        color: #386ede;
        vertical-align: baseline;
        border-radius: 3px;