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
d1169b9e
Commit
d1169b9e
authored
May 06, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
招待、ルーム開設リストUI修正
parent
b3928856
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
2 deletions
+34
-2
public_new/css/chat.css
+32
-0
public_new/template/template_add_user_group_list.html
+1
-1
public_new/template/template_make_room_group_list.html
+1
-1
No files found.
public_new/css/chat.css
View file @
d1169b9e
...
...
@@ -801,6 +801,38 @@ input[name="tab_item"] {
height
:
fit-content
;
}
#favoriteList
>
ul
>
li
:nth-child
(
1
)
{
border-top
:
0px
!important
;
}
#userInGroupList
>
ul
>
li
:nth-child
(
1
)
{
border-top
:
0px
!important
;
}
.chat_make_room_list
{
margin-top
:
0px
!important
;
}
#favoriteListForMakeRoom
>
ul
>
li
:nth-child
(
1
)
{
border-top
:
0px
!important
;
}
#userInGroupListForMakeRoom
>
ul
>
li
:nth-child
(
1
)
{
border-top
:
0px
!important
;
}
#childGroupListAreaForMakeRoom
>
li
:nth-child
(
1
)
{
border-top
:
0px
!important
;
}
#userInGroupListForAddUser
>
ul
>
li
:nth-child
(
1
)
{
border-top
:
0px
!important
;
}
#childGroupListAreaForAddUser
>
li
:nth-child
(
1
)
{
border-top
:
0px
!important
;
}
@media
screen
and
(
max-width
:
768px
)
{
/* chat item */
.tab_item
{
...
...
public_new/template/template_add_user_group_list.html
View file @
d1169b9e
<li
class=
"d-flex align-items-center"
>
<li
class=
"d-flex align-items-center"
style=
"border-bottom: 1px solid #e2e8f0;"
>
<a
href=
"#"
class=
"w-100"
onclick=
"CHAT_UI.refreshAllGroupForAddUser({{id}});"
>
<div
class=
"chat_item d-flex flex-row align-items-center"
>
<div
class=
"chat_item_l"
>
...
...
public_new/template/template_make_room_group_list.html
View file @
d1169b9e
<li
class=
"d-flex align-items-center"
>
<li
class=
"d-flex align-items-center"
style=
"border-bottom: 1px solid #e2e8f0;"
>
<a
href=
"#"
class=
"w-100"
onclick=
"CHAT_UI.refreshAllGroupForMakeRoom({{id}});"
>
<div
class=
"chat_item d-flex flex-row align-items-center"
>
<div
class=
"chat_item_l"
>
...
...
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