Forráskód Böngészése

Added Status to Mobile View updated less

Yoginth 7 éve
szülő
commit
6e115911c5
3 módosított fájl, 11 hozzáadás és 1 törlés
  1. 5 0
      public/css/gitote.css
  2. 5 0
      public/less/_user.less
  3. 1 1
      templates/user/profile.tmpl

+ 5 - 0
public/css/gitote.css

@@ -3521,6 +3521,11 @@ footer .ui.language .menu {
     font-size: 18px;
     font-weight: bold;
   }
+  .status {
+    color: #949494;
+    font-size: 12px;
+    margin-top: 8px !important;
+  }
 }
 @media (min-width: 1020px) {
   .mobile-card {

+ 5 - 0
public/less/_user.less

@@ -244,6 +244,11 @@
 		font-size: 18px;
 		font-weight: bold;
 	}
+	.status {
+		color: #949494;
+		font-size: 12px;
+		margin-top: 8px !important;
+	}
 }
 
 // Only Dektop

+ 1 - 1
templates/user/profile.tmpl

@@ -21,7 +21,7 @@
 			@{{.Owner.Name}}
 		</div>
 		{{if .Owner.Status}}
-			<div><p style="font-weight:500">{{.Owner.Status}}</p></div>
+			<div><p class="status" style="font-weight:500">{{.Owner.Status}}</p></div>
 		{{end}}
 		<div class="profile-card meta">
 			{{if .Owner.Description}}