]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Merge pull request #1274 from ArthurHoaro/hotfix/css-buttons-mobile
[github/shaarli/Shaarli.git] / assets / default / scss / shaarli.scss
index 55f9f0a1cd7f140b5c7467653924659399ee649d..691b2b37fdb060e303003e9679ae9e828a67daac 100644 (file)
@@ -544,7 +544,10 @@ body,
   color: $dark-grey;
   font-size: .9em;
 
+
   a {
+    display: inline-block;
+    margin: 3px 0;
     padding: 5px 8px;
     text-decoration: none;
   }
@@ -740,7 +743,7 @@ body,
     font-size: 1em;
   }
 
-  .delete-checkbox {
+  .link-checkbox {
     display: none;
   }
 }