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
665b624d
Commit
665b624d
authored
Jun 01, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/43033_タブレットで画面のCSSがずれる' into 'develop'
画面の最大幅が固定値になっていたこと削除。 See merge request
!159
parents
8a8590e8
b18819ba
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
12 deletions
+0
-12
public_new/css/chat.css
+0
-1
public_new/css/chat_room_footer.css
+0
-1
public_new/css/collaboration.css
+0
-7
public_new/css/common.css
+0
-2
public_new/css/footer.css
+0
-1
No files found.
public_new/css/chat.css
View file @
665b624d
...
@@ -332,7 +332,6 @@ input[name="tab_item"] {
...
@@ -332,7 +332,6 @@ input[name="tab_item"] {
color
:
#fff
;
color
:
#fff
;
border
:
none
;
border
:
none
;
font-size
:
18px
;
font-size
:
18px
;
max-width
:
1280px
;
}
}
.select_member
{
.select_member
{
font-size
:
14px
;
font-size
:
14px
;
...
...
public_new/css/chat_room_footer.css
View file @
665b624d
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
/**************************** footer *************************/
/**************************** footer *************************/
footer
{
footer
{
max-width
:
1280px
;
background
:
#F9F9F9
;
background
:
#F9F9F9
;
margin-top
:
20px
;
margin-top
:
20px
;
border-top
:
1px
solid
#CCCCCC
;
border-top
:
1px
solid
#CCCCCC
;
...
...
public_new/css/collaboration.css
View file @
665b624d
@charset
"UTF-8"
;
@charset
"UTF-8"
;
/**************************** header *************************/
/**************************** header *************************/
#collabo_header
{
#collabo_header
{
max-width
:
1280px
;
height
:
60px
;
height
:
60px
;
position
:
fixed
;
position
:
fixed
;
top
:
0
;
top
:
0
;
...
@@ -166,7 +165,6 @@
...
@@ -166,7 +165,6 @@
height
:
100vh
;
height
:
100vh
;
z-index
:
5
;
z-index
:
5
;
width
:
100%
;
width
:
100%
;
max-width
:
1280px
;
margin
:
0
auto
;
margin
:
0
auto
;
}
}
...
@@ -202,7 +200,6 @@
...
@@ -202,7 +200,6 @@
background
:
white
;
background
:
white
;
height
:
70%
;
height
:
70%
;
width
:
80%
;
width
:
80%
;
max-width
:
1280px
;
}
}
#add_user_list
.user_list
li
{
#add_user_list
.user_list
li
{
list-style
:
none
;
list-style
:
none
;
...
@@ -340,7 +337,6 @@
...
@@ -340,7 +337,6 @@
/**************************** footer *************************/
/**************************** footer *************************/
#collabo_footer
{
#collabo_footer
{
max-width
:
1280px
;
background
:
#1d1d1d
;
background
:
#1d1d1d
;
height
:
120px
;
height
:
120px
;
margin-top
:
20px
;
margin-top
:
20px
;
...
@@ -368,7 +364,6 @@
...
@@ -368,7 +364,6 @@
/**************************** footer-menu *************************/
/**************************** footer-menu *************************/
#collabo_footer_menu
{
#collabo_footer_menu
{
transition
:
0.7s
;
transition
:
0.7s
;
max-width
:
1280px
;
height
:
70px
;
height
:
70px
;
position
:
fixed
;
position
:
fixed
;
width
:
100%
;
width
:
100%
;
...
@@ -785,7 +780,6 @@ input[name="tab_item"] {
...
@@ -785,7 +780,6 @@ input[name="tab_item"] {
color
:
#fff
;
color
:
#fff
;
border
:
none
;
border
:
none
;
font-size
:
18px
;
font-size
:
18px
;
max-width
:
1280px
;
}
}
.modal-content
.select_member
{
.modal-content
.select_member
{
font-size
:
14px
;
font-size
:
14px
;
...
@@ -877,7 +871,6 @@ input[name="tab_item"] {
...
@@ -877,7 +871,6 @@ input[name="tab_item"] {
color
:
#fff
;
color
:
#fff
;
border
:
none
;
border
:
none
;
font-size
:
18px
;
font-size
:
18px
;
max-width
:
1280px
;
}
}
.pip_indicator
{
.pip_indicator
{
...
...
public_new/css/common.css
View file @
665b624d
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
@import
url(./notosansjp.css)
;
@import
url(./notosansjp.css)
;
body
{
body
{
max-width
:
1280px
;
font-family
:
"Noto Sans JP"
,
sans-serif
;
font-family
:
"Noto Sans JP"
,
sans-serif
;
margin
:
0
auto
;
margin
:
0
auto
;
color
:
#323743
;
color
:
#323743
;
...
@@ -20,7 +19,6 @@ a:link {
...
@@ -20,7 +19,6 @@ a:link {
}
}
/**************************** nav *************************/
/**************************** nav *************************/
nav
{
nav
{
max-width
:
1280px
;
height
:
60px
;
height
:
60px
;
position
:
fixed
;
position
:
fixed
;
top
:
0
;
top
:
0
;
...
...
public_new/css/footer.css
View file @
665b624d
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
/**************************** footer *************************/
/**************************** footer *************************/
footer
{
footer
{
max-width
:
1280px
;
background
:
#f9f9f9
;
background
:
#f9f9f9
;
height
:
70px
;
height
:
70px
;
margin-top
:
20px
;
margin-top
:
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