]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss
Increase global font size
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-actor-image-edit / actor-avatar-edit.component.scss
index cc5e36a32e20b14f1495a48e5bc59fe6dd8c3d9e..b8e6136fb4ebb4c6822d3e6725bb1451d8d8beca 100644 (file)
@@ -3,37 +3,36 @@
 
 .actor {
   display: flex;
+}
 
-  my-actor-avatar {
-    @include margin-right(15px);
-  }
+my-actor-avatar {
+  @include margin-right(15px);
+}
 
-  .actor-info {
-    display: inline-flex;
-    flex-direction: column;
-
-    .actor-info-display-name {
-      font-size: 20px;
-      font-weight: $font-bold;
-
-      @media screen and (max-width: $small-view) {
-        font-size: 16px;
-      }
-    }
-
-    .actor-info-username {
-      position: relative;
-      font-size: 14px;
-      color: pvar(--greyForegroundColor);
-    }
-
-    .actor-info-followers {
-      font-size: 15px;
-      padding-bottom: .5rem;
-    }
+.actor-info {
+  display: inline-flex;
+  flex-direction: column;
+}
+
+.actor-info-display-name {
+  font-size: 20px;
+  font-weight: $font-bold;
+
+  @media screen and (max-width: $small-view) {
+    font-size: 16px;
   }
 }
 
+.actor-info-username {
+  position: relative;
+  font-size: 14px;
+  color: pvar(--greyForegroundColor);
+}
+
+.actor-info-followers {
+  padding-bottom: .5rem;
+}
+
 .actor-img-edit-container {
   position: relative;
   width: 0;
@@ -44,3 +43,7 @@
   right: 45px;
   border-radius: 50%;
 }
+
+.dropdown-item {
+  @include dropdown-with-icon-item;
+}