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
45c0c6ba
Commit
45c0c6ba
authored
Apr 08, 2021
by
Lee Daehyun
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugFix/#42192操作改善1' into 'release_sp3'
bugFix/#42192操作改善1 See merge request
!22
parents
fcfa41f3
2a9b485a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
public_new/chat_room.html
+1
-1
public_new/css/chat.css
+5
-3
No files found.
public_new/chat_room.html
View file @
45c0c6ba
...
...
@@ -161,7 +161,7 @@
<script
src=
"./js/chat-room.js"
></script>
<script>
function
imageModal
(
image
)
{
$
(
'#modal_image'
).
attr
(
'src'
,
image
.
src
);
$
(
'#modal_image'
).
attr
(
'src'
,
image
.
src
);
$
(
'#pictureModalCenter'
).
modal
(
'show'
);
}
...
...
public_new/css/chat.css
View file @
45c0c6ba
...
...
@@ -90,7 +90,7 @@ input[name="tab_item"] {
padding-left
:
0
;
text-align
:
center
;
position
:
absolute
;
right
:
2
0px
;
right
:
0px
;
}
/* リスト */
...
...
@@ -240,14 +240,16 @@ input[name="tab_item"] {
font
:
26px
FontAwesome
;
font-family
:
"Font Awesome 5 Free"
;
font-weight
:
900
;
color
:
#f5d256
;
color
:
#F5D256
;
padding
:
20px
;
}
.star.disable
:before
{
content
:
"\f005"
;
font
:
26px
FontAwesome
;
font-family
:
"Font Awesome 5 Free"
;
font-weight
:
400
;
color
:
#c4c4c4
;
color
:
#C4C4C4
;
padding
:
20px
;
}
/* メンバー選択チェックボックス */
...
...
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