Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9420b34

Browse files
committed
🔨 Update ModalImages page css
img가 너무 크게 나와서 max-width 추가
1 parentdad974e commit9420b34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/pages/images/ModalImages.vue‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,14 @@ export default {
197197
background-color:rgba(0,0,0,0.9);
198198
199199
.modal-content {
200+
max-width:1000px;
200201
background-color:transparent;
201202
border:none;
202203
box-shadow:none;
204+
205+
.close {
206+
font-size:35px;
207+
}
203208
}
204209
}
205210

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp