]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/peertube-checkbox.component.scss
Add description for sensitive configuration options, reword others
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / peertube-checkbox.component.scss
index 3b467d49d35570456c3e6279e403010f4cae3656..3120509b3b46a9d78b752ac01de59c691090a436 100644 (file)
     position: relative;
     top: 2px;
   }
-}
+
+  small {
+    font-size: 90%;
+  }
+
+  .wrapper:empty {
+    display: none;
+  }
+}
\ No newline at end of file