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
23102b19
Commit
23102b19
authored
Mar 23, 2021
by
Takatoshi Miura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
アーカイブ詳細 ルーム遷移ボタン追加
parent
e265b0d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
1 deletions
+36
-1
public/css/chat.css
+33
-1
public/icon/icon_archive_joinRoom.png
+0
-0
public/index.html
+3
-0
No files found.
public/css/chat.css
View file @
23102b19
...
...
@@ -1295,6 +1295,7 @@ input:checked + .tab_class + .content_class {
overflow-y
:
scroll
;
height
:
calc
(
100vh
-
195px
);
}
.arhive_img
.img_wrap
{
width
:
50px
;
height
:
50px
;
...
...
@@ -1302,34 +1303,43 @@ input:checked + .tab_class + .content_class {
text-align
:
center
;
line-height
:
46px
;
}
.arhive_img
img
{
width
:
40px
;
height
:
40px
;
}
.archive_list
ul
li
{
list-style
:
none
;
border-bottom
:
1px
solid
#e2e8f0
;
position
:
relative
;
}
.archive_row
{
padding
:
10px
;
color
:
#323743
;
}
.archive_row
:hover
{
background
:
aliceblue
;
}
.bg_blue
{
background
:
#0070ca
;
}
.bg_green
{
background
:
#4dca00
;
}
.bg_orange
{
background
:
#ca6d00
;
}
.archive_list
ul
li
:first-child
{
border-top
:
1px
solid
#e2e8f0
;
}
.archive_desc
{
padding-left
:
10px
;
position
:
relative
;
...
...
@@ -1337,15 +1347,18 @@ input:checked + .tab_class + .content_class {
overflow
:
hidden
;
white-space
:
nowrap
;
}
.archive_date
span
{
color
:
#323743
;
font-size
:
14px
;
}
.archive_name
span
{
color
:
#323743
;
font-size
:
16px
;
font-weight
:
500
;
}
.archive_name
{
white-space
:
nowrap
;
overflow
:
hidden
;
...
...
@@ -1357,25 +1370,31 @@ input:checked + .tab_class + .content_class {
font-size
:
18px
;
font-weight
:
bold
;
}
.archive_detail
.item
{
margin-bottom
:
20px
;
}
.archive_detail
.archive_detail_desc
img
{
.archive_detail
.archive_detail_desc
img
,
.attendUser
img
{
width
:
80px
;
height
:
80px
;
border-radius
:
50%
;
}
.archive_detail
.archive_detail_desc
.archive_detail_user_list
ul
{
padding-left
:
0
;
overflow-x
:
scroll
;
}
.archive_detail
.archive_detail_desc
.archive_detail_user_list
ul
li
{
list-style
:
none
;
margin
:
0
5px
;
}
.archive_detail_desc
{
margin
:
0
10px
;
}
.archive_detail
.archive_detail_desc
.archive_detail_user_list
span
,
.archive_detail
.archive_detail_desc
.archive_detail_sv_user
span
{
text-align
:
center
;
...
...
@@ -1385,6 +1404,19 @@ input:checked + .tab_class + .content_class {
width
:
90px
;
}
#joinChatRoom
{
-webkit-appearance
:
none
;
border
:
none
;
width
:
24px
;
height
:
24px
;
padding
:
0
;
}
#joinChatRoom
img
{
width
:
24px
;
height
:
24px
;
}
@media
screen
and
(
max-width
:
768px
)
{
.archive_name
{
font-size
:
14px
;
...
...
public/icon/icon_archive_joinRoom.png
0 → 100644
View file @
23102b19
547 Bytes
public/index.html
View file @
23102b19
...
...
@@ -795,6 +795,9 @@
<
div
class
=
"archive_detail_room_nm item"
>
<
h2
class
=
"ttl"
id
=
"archiveRoomName"
>
ChatRoomName
<
/h2
>
<
span
>
{{
chatRoomName
}}
<
/span
>
<
button
id
=
"joinChatRoom"
>
<
img
src
=
"./icon/icon_archive_joinRoom.png"
alt
=
""
>
<
/button
>
<
/div
>
<
div
class
=
"archive_detail_sv_user item"
>
<
h2
class
=
"ttl"
id
=
"archiveSaveUser"
>
SaveUser
<
/h2
>
...
...
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