소스 검색

Fix alignment buttons (Origine)

Fix https://github.com/marienfressinaud/FreshRSS/issues/506
Marien Fressinaud 12 년 전
부모
커밋
5707a16328
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      p/themes/Origine/origine.css

+ 3 - 3
p/themes/Origine/origine.css

@@ -502,16 +502,16 @@ a.btn {
 	text-align: center;
 }
 .category {
-	width: 220px;
+	width: 235px;
 	margin: 10px auto;
 	text-align: left;
 }
 .category .btn:first-child {
 	position: relative;
-	width: 197px;
+	width: 213px;
 }
 .category.stick .btn:first-child {
-	width: 160px;
+	width: 176px;
 }
 .category .btn:first-child:not([data-unread="0"]):after {
 	position: absolute;