소스 검색

Fix icon alignment

master
Fen Dweller 5 년 전
부모
커밋
0c5fbd8993
1개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. +9
    -2
      src/components/Statblock.vue

+ 9
- 2
src/components/Statblock.vue 파일 보기

@@ -154,10 +154,14 @@ a {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
user-select: none;
text-align: center;
}

.stat-value {
position: absolute;
transform: translate(0, 8pt);
padding-top: 4pt;
padding-bottom: 4pt;
}
@@ -191,9 +195,12 @@ a {
color: #bbb;
}

.stat-entry i {
font-size: 150%;
.stat-entry > i {
font-size: 16pt;
width: 16pt;
margin-bottom: 18pt;
}

.stat-entry.low {
color: yellow;
}


불러오는 중...
취소
저장