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
1c106bbb
Commit
1c106bbb
authored
Apr 21, 2021
by
Lee Munkyeong
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
メッセージの日付修正
parent
6225efac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
public_new/css/chat.css
+2
-2
public_new/template/template_my_message.html
+1
-1
public_new/template/template_user_message.html
+1
-1
No files found.
public_new/css/chat.css
View file @
1c106bbb
...
...
@@ -634,7 +634,7 @@ input[name="tab_item"] {
background-color
:
#0070ca
;
color
:
#fff
;
margin
:
0
;
margin-left
:
11
0px
;
margin-left
:
8
0px
;
font-size
:
18px
;
word-break
:
break-word
;
}
...
...
@@ -652,7 +652,7 @@ input[name="tab_item"] {
/* 日付 */
.room_right
.date
{
position
:
absolute
;
width
:
11
0px
;
width
:
8
0px
;
text-align
:
right
;
top
:
0px
;
left
:
-10px
;
...
...
public_new/template/template_my_message.html
View file @
1c106bbb
...
...
@@ -5,7 +5,7 @@
{{/isToday}}
{{^isToday}}
{{#isOtherYear}}
<div
class=
"date d-flex flex-column"
><span>
{{createdAtYear}}
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
<div
class=
"date d-flex flex-column"
><span>
{{createdAtYear}}
</span><span>
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
{{/isOtherYear}}
{{^isOtherYear}}
<div
class=
"date d-flex flex-column"
><span>
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
...
...
public_new/template/template_user_message.html
View file @
1c106bbb
...
...
@@ -13,7 +13,7 @@
{{/isToday}}
{{^isToday}}
{{#isOtherYear}}
<div
class=
"date d-flex flex-column"
><span>
{{createdAtYear}}
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
<div
class=
"date d-flex flex-column"
><span>
{{createdAtYear}}
</span><span>
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
{{/isOtherYear}}
{{^isOtherYear}}
<div
class=
"date d-flex flex-column"
><span>
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
...
...
Lee Munkyeong
@lee-mk
mentioned in commit
4e492755
Apr 21, 2021
mentioned in commit
4e492755
mentioned in commit 4e49275589f4997db203c9cdd67fbf40324d66c1
Toggle commit list
Lee Munkyeong
@lee-mk
mentioned in merge request
!78 (merged)
Apr 21, 2021
mentioned in merge request
!78 (merged)
mentioned in merge request !78
Toggle commit list
Lee Munkyeong
@lee-mk
mentioned in commit
bfed63b2
Apr 21, 2021
mentioned in commit
bfed63b2
mentioned in commit bfed63b25cc3bfe78af27a3773e6bfe2f9f2518a
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