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
e683ad2b
Commit
e683ad2b
authored
3 years ago
by
Kim Peace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed to scale to fit on ipad size
parent
0a1e6cd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
public_new/css/chat.css
+10
-2
public_new/modal_chat_picture.html
+2
-2
No files found.
public_new/css/chat.css
View file @
e683ad2b
...
@@ -817,8 +817,16 @@ input[name="tab_item"] {
...
@@ -817,8 +817,16 @@ input[name="tab_item"] {
width
:
100%
!important
;
width
:
100%
!important
;
}
}
.modal-body
#modal_image
{
.modal-body
#modal_image
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
object-fit
:
contain
;
}
.picture-modal
{
max-width
:
85vw
;
max-height
:
85vh
;
width
:
100%
;
height
:
100%
;
}
}
.menu_modal
.modal-body
ul
{
.menu_modal
.modal-body
ul
{
...
...
This diff is collapsed.
Click to expand it.
public_new/modal_chat_picture.html
View file @
e683ad2b
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
<span
aria-hidden=
"true"
>
×
</span>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</button>
</div>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
style=
"height: 85vh!important; max-height: 85vh;"
>
<div
class=
"picture-modal"
style=
"max-height: 85vh; max-width: 85vw;"
>
<div
class=
"picture-modal"
>
<img
src=
""
id=
"modal_image"
>
<img
src=
""
id=
"modal_image"
>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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