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
6d49b7f4
Commit
6d49b7f4
authored
Sep 29, 2021
by
Kim Peace
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'design/playground' into 'develop'
QA対応:タブレット表示時のフッターメニュー幅を調整 See merge request
!259
parents
b1a9a341
aa997cd0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
public_new/css/collaboration.css
+6
-1
No files found.
public_new/css/collaboration.css
View file @
6d49b7f4
...
@@ -562,7 +562,7 @@
...
@@ -562,7 +562,7 @@
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-position
:
center
;
background-position
:
center
;
background-size
:
contain
;
background-size
:
contain
;
width
:
3
0px
;
width
:
5
0px
;
height
:
30px
;
height
:
30px
;
margin
:
0
10px
6px
10px
;
margin
:
0
10px
6px
10px
;
}
}
...
@@ -740,6 +740,7 @@
...
@@ -740,6 +740,7 @@
}
}
#collabo_footer
.txt
{
#collabo_footer
.txt
{
font-size
:
12px
;
font-size
:
12px
;
line-height
:
.9rem
;
}
}
@media
screen
and
(
max-width
:
768px
)
{
@media
screen
and
(
max-width
:
768px
)
{
...
@@ -986,4 +987,8 @@ input[name="tab_item"] {
...
@@ -986,4 +987,8 @@ input[name="tab_item"] {
.room_left
{
.room_left
{
max-width
:
75%
;
max-width
:
75%
;
}
}
/* フッターアイコン */
.t-icon
{
width
:
30px
;
}
}
}
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