Skip to content

Commit c287dbb

Browse files
authored
Merge pull request #119 from kc3hack/FE-97
アイコンの大きさ調整
2 parents e788725 + 61d9941 commit c287dbb

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

frontend/src/Board/Components/MessageBubble.css

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,8 @@
8383
}
8484

8585
/* 大阪アイコンを標準サイズにしつつ、絵を少しだけ大きくして揃える */
86-
.icon.osaka {
87-
width: 60px;
88-
height: 60px;
89-
}
90-
9186
.icon-img.osaka {
92-
transform: scale(1.75);
87+
transform: scale(1.45);
9388
}
9489

9590
@media (max-width: 768px) {
@@ -118,11 +113,6 @@
118113
transform: scale(1.55);
119114
}
120115

121-
.icon.osaka {
122-
width: 48px;
123-
height: 48px;
124-
}
125-
126116
.icon-img.osaka {
127117
transform: scale(1.45);
128118
}
@@ -132,4 +122,4 @@
132122
/* Adjust padding */
133123
font-size: 14px;
134124
}
135-
}
125+
}

frontend/src/Solo/Components/MessageBubble.css

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,8 @@
7878
}
7979

8080
/* 大阪アイコンを標準サイズにしつつ、絵を少しだけ大きくして揃える */
81-
.icon.osaka {
82-
width: 60px;
83-
height: 60px;
84-
}
85-
8681
.icon-img.osaka {
87-
transform: scale(1.75);
82+
transform: scale(1.45);
8883
}
8984

9085
@media (max-width: 768px) {
@@ -108,11 +103,6 @@
108103
transform: scale(1.55);
109104
}
110105

111-
.icon.osaka {
112-
width: 48px;
113-
height: 48px;
114-
}
115-
116106
.icon-img.osaka {
117107
transform: scale(1.45);
118108
}
@@ -122,4 +112,4 @@
122112
/* Adjust padding */
123113
font-size: 14px;
124114
}
125-
}
115+
}

frontend/src/Solo/Solo.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
}
166166

167167
@keyframes floating-text {
168+
168169
0%,
169170
100% {
170171
transform: translateY(0);
@@ -176,6 +177,7 @@
176177
}
177178

178179
@keyframes bounce {
180+
179181
0%,
180182
100% {
181183
transform: scale(1) translateY(0);
@@ -356,4 +358,4 @@
356358
width: 30px;
357359
height: 30px;
358360
}
359-
}
361+
}

0 commit comments

Comments
 (0)