]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/menu/menu.component.scss
Ask password reset/email verif error handling
[github/Chocobozzz/PeerTube.git] / client / src / app / menu / menu.component.scss
index e3ec10a8340424edb979d44ae3055e51b2ab903f..6cfe2643118ca210225778cb919e3748f885290c 100644 (file)
@@ -304,7 +304,8 @@ my-actor-avatar {
     flex-wrap: wrap;
   }
 
-  a {
+  a,
+  span[role=button] {
     @include margin-right(8px);
     @include disable-default-a-behaviour;
 
@@ -390,26 +391,17 @@ my-actor-avatar {
 }
 
 my-global-icon {
-  &[iconName=playlists] {
+  position: relative;
+  top: -1px;
+
+  .playlist-icon {
     @include margin-right(16px);
 
     height: 24px;
     width: 24px;
   }
 
-  &[iconName=videos] {
-    position: relative;
-    right: -1px;
-  }
-
-  &[iconName=channel] {
-    margin-top: -2px;
-  }
-
-  &[iconName='sign-out'] {
-    position: relative;
-    right: -2px;
-    height: 20px;
-    width: 20px;
+  &.channel-icon {
+   top: -2px;
   }
 }