We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdafa0b commit fcb7c8eCopy full SHA for fcb7c8e
src/components/Card.vue
@@ -42,7 +42,8 @@
42
43
.card-count {
44
display: inline-block;
45
- vertical-align: middle;
+ line-height: 7vmin;
46
+ vertical-align: baseline;
47
margin-right: 1vw;
48
margin-left: 1vw;
49
}
src/components/TeamStatus.vue
@@ -100,13 +100,15 @@
100
101
.boticon {
102
height: 4.5vmin;
103
104
105
106
.botinfo {
107
108
min-width: 130px;
109
height: 7vmin;
110
111
+ vertical-align: baseline
112
113
114
.additional-cards {
0 commit comments