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
2efb8f53
Commit
2efb8f53
authored
Apr 06, 2021
by
Lee Daehyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
お気に入りの選択範囲広げる修正
parent
e50b71b5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
public_new/contact.html
+1
-5
public_new/css/chat.css
+3
-1
No files found.
public_new/contact.html
View file @
2efb8f53
...
...
@@ -146,11 +146,7 @@
</div>
</div>
</a>
<div
class=
"chat_item_r"
>
<div
class=
"d-flex flex-column"
>
<span
class=
"star disable"
></span>
</div>
</div>
<div
class=
"chat_item_r star disable"
></div>
</li>
</div>
<div
id=
"userInGroupList"
></div>
...
...
public_new/css/chat.css
View file @
2efb8f53
...
...
@@ -88,7 +88,7 @@ input[name="tab_item"] {
padding-left
:
0
;
text-align
:
center
;
position
:
absolute
;
right
:
2
0px
;
right
:
0px
;
}
/* リスト */
...
...
@@ -223,6 +223,7 @@ input[name="tab_item"] {
font-family
:
"Font Awesome 5 Free"
;
font-weight
:
900
;
color
:
#F5D256
;
padding
:
20px
}
.star.disable
:before
{
content
:
"\f005"
;
...
...
@@ -230,6 +231,7 @@ input[name="tab_item"] {
font-family
:
"Font Awesome 5 Free"
;
font-weight
:
400
;
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