]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.scss
Add tags support to the video list
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
index e02c2d5b0718b0a925223cc7bb06c7559595ce3f..1a9a196ffa22c89e99057891b3de397a323f81c7 100644 (file)
@@ -8,7 +8,7 @@ menu {
   margin-right: 20px;
   border-right: 1px solid rgba(0, 0, 0, 0.2);
 
-  .panel_button {
+  .panel-button {
     margin: 8px;
     cursor: pointer;
     transition: margin 0.2s;
@@ -27,6 +27,6 @@ menu {
   }
 }
 
-.panel_block:not(:last-child) {
+.panel-block:not(:last-child) {
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }