Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

방장일 때 방 안에서 프로필을 눌렀을때 버튼이 짤리는 버그 수정 #1092

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Server/lib/Web/views/kkutu.pug
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ block Middle
div#ri-players(style='width: 100%;')
div.dialog-bar.tail-button
button#room-info-join= L('join')
+Dialog('ProfileDiag', 300, 365)
+Dialog('ProfileDiag', 390, 365)
div.dialog-bar.profile-head
div.dialog-bar
h4(style='width: 83px;')= L('place')
Expand Down Expand Up @@ -455,4 +455,4 @@ block Middle

block Bottom
div.bottom-legal!= L('dictionarySupport')
div.bottom-legal!= L('etcSupport')
div.bottom-legal!= L('etcSupport')
4 changes: 2 additions & 2 deletions Server/lib/Web/views/m_kkutu.pug
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ block Middle
div#ri-players(style='width: 100%;')
div.dialog-bar.tail-button
button#room-info-join= L('join')
+Dialog('ProfileDiag', 300, 360)
+Dialog('ProfileDiag', 300, 390)
div.dialog-bar.profile-head
div.dialog-bar
h4(style='width: 83px;')= L('place')
Expand Down Expand Up @@ -386,4 +386,4 @@ block Bottom
div#facebook-menu
div.fb-like(data-href='http://jjo.kr/kkutu', data-width='300', data-layout='button_count', data-action='like', data-show-faces='true', data-share='true')
div.bottom-legal!= L('dictionarySupport')
div.bottom-legal!= L('etcSupport')
div.bottom-legal!= L('etcSupport')