浏览代码

Added Status to Mobile View updated less

Yoginth 7 年之前
父节点
当前提交
6e115911c5
共有 3 个文件被更改,包括 11 次插入1 次删除
  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}}