Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
45f74721
Commit
45f74721
authored
Apr 01, 2021
by
Lee Daehyun
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugFix/#428nameCardGroupScroll' into 'origin/develop_apply_design'
ネームカードグループスクロールデザイン修正 See merge request
!11
parents
b60a6112
5c16f5ea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
public_new/css/collaboration.css
+1
-0
public_new/css/common.css
+7
-0
public_new/template/template_user_name_card.html
+1
-1
No files found.
public_new/css/collaboration.css
View file @
45f74721
...
...
@@ -274,6 +274,7 @@
font-weight
:
bold
;
font-size
:
20px
;
}
#captyaModal
.modal-body
,
#changeHostModal
.modal-body
,
#hostRequestModal
.modal-body
{
...
...
public_new/css/common.css
View file @
45f74721
...
...
@@ -119,6 +119,13 @@ main{ margin-top: 60px; }
height
:
60px
;
border-radius
:
50%
;
}
.profile_modal
#userNameCard-scroll
{
height
:
200px
;
overflow
:
auto
;
padding-top
:
0rem
;
padding-right
:
0rem
;
margin-top
:
1rem
;
}
.profile_modal
.modal-header
,
.profile_modal
.modal-body
{
padding-bottom
:
0
;
}
.profile_modal
.modal-footer
button
{
width
:
33%
;
padding
:
5px
;}
.profile_modal.w_50
.modal-footer
button
{
width
:
50%
;
padding
:
5px
;}
...
...
public_new/template/template_user_name_card.html
View file @
45f74721
...
...
@@ -10,7 +10,7 @@
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
id=
"userNameCard-scroll"
>
{{#groupPathList}}
<li
onclick=
"CHAT_UI.refreshAllGroupSearch({{groupId}});"
><b>
{{groupPath}}
</b></li>
{{/groupPathList}}
...
...
Kim Peace
@kim-p
mentioned in commit
ba3d604d
Apr 02, 2021
mentioned in commit
ba3d604d
mentioned in commit ba3d604d82979cccb1897337dea98a166bdc661e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment