Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최시원
/
Singer-Composer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
devsho
2021-11-25 19:15:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ad08ca2ac8fd69b6b5ece75ae4e62a24275d693f
ad08ca2a
1 parent
d0318a1f
스크롤바 숨기고 마진값 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
css/chat.css
css/chat.css
View file @
ad08ca2
...
...
@@ -14,6 +14,12 @@
height
:
90%
;
width
:
100%
;
overflow-y
:
auto
;
-ms-overflow-style
:
none
;
/* IE and Edge */
scrollbar-width
:
none
;
/* Firefox */
}
#chat
::-webkit-scrollbar
{
display
:
none
;
/* Chrome, Safari, Opera*/
}
/* 접속 알림 */
...
...
@@ -47,6 +53,7 @@
margin-top
:
10px
;
margin-left
:
5%
;
margin-right
:
5%
;
padding
:
3px
;
text-align
:
right
;
clear
:
both
;
float
:
right
;
...
...
@@ -59,6 +66,7 @@
margin-top
:
10px
;
margin-left
:
5%
;
margin-right
:
5%
;
padding
:
3px
;
text-align
:
left
;
clear
:
both
;
float
:
left
;
...
...
Please
register
or
login
to post a comment