Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
eb1be8a9
You need to sign in or sign up before continuing.
Commit
eb1be8a9
authored
May 24, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: image max-width
parent
682b7344
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
editor-modal-media.vue
client/components/editor/editor-modal-media.vue
+3
-1
app.scss
client/themes/default/scss/app.scss
+2
-0
No files found.
client/components/editor/editor-modal-media.vue
View file @
eb1be8a9
...
...
@@ -158,6 +158,8 @@
v-toolbar.radius-7(color='teal lighten-5', dense, flat)
v-icon.mr-3(color='teal') cloud_download
.body-2.teal--text Fetch Remote Image
v-spacer
v-chip(label, color='white', small).teal--text coming soon
v-text-field.mt-3(
v-model='remoteImageUrl'
outline
...
...
@@ -169,7 +171,7 @@
v-card-actions.pa-3
.caption.grey--text.text-darken-2 Max 5 MB
v-spacer
v-btn(color='teal', d
ark
) Fetch
v-btn(color='teal', d
isabled
) Fetch
v-card.mt-3.radius-7.animated.fadeInRight.wait-p4s(light)
v-card-text.pb-0
...
...
client/themes/default/scss/app.scss
View file @
eb1be8a9
...
...
@@ -464,6 +464,8 @@
// ---------------------------------
img
{
max-width
:
100%
;
&
.align-left
{
float
:
left
;
margin
:
0
1rem
1rem
0
;
...
...
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