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
bfed63b2
Commit
bfed63b2
authored
Apr 21, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'revert-
1c106bbb
' into 'release_sp3'
Revert "メッセージの日付修正" See merge request
!78
parents
0b24a88d
4e492755
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 @
bfed63b2
...
...
@@ -634,7 +634,7 @@ input[name="tab_item"] {
background-color
:
#0070ca
;
color
:
#fff
;
margin
:
0
;
margin-left
:
8
0px
;
margin-left
:
11
0px
;
font-size
:
18px
;
word-break
:
break-word
;
}
...
...
@@ -652,7 +652,7 @@ input[name="tab_item"] {
/* 日付 */
.room_right
.date
{
position
:
absolute
;
width
:
8
0px
;
width
:
11
0px
;
text-align
:
right
;
top
:
0px
;
left
:
-10px
;
...
...
public_new/template/template_my_message.html
View file @
bfed63b2
...
...
@@ -5,7 +5,7 @@
{{/isToday}}
{{^isToday}}
{{#isOtherYear}}
<div
class=
"date d-flex flex-column"
><span>
{{createdAtYear}}
</span><span>
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
<div
class=
"date d-flex flex-column"
><span>
{{createdAtYear}}
{{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 @
bfed63b2
...
...
@@ -13,7 +13,7 @@
{{/isToday}}
{{^isToday}}
{{#isOtherYear}}
<div
class=
"date d-flex flex-column"
><span>
{{createdAtYear}}
</span><span>
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
<div
class=
"date d-flex flex-column"
><span>
{{createdAtYear}}
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
{{/isOtherYear}}
{{^isOtherYear}}
<div
class=
"date d-flex flex-column"
><span>
{{createdAtDay}}
</span><span>
{{createdAtTime}}
</span></div>
...
...
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