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
8f7fdab7
Commit
8f7fdab7
authored
Sep 22, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: code tag styling
parent
1a7ace51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
14 deletions
+6
-14
editor-modal-properties.vue
client/components/editor/editor-modal-properties.vue
+1
-9
app.scss
client/themes/default/scss/app.scss
+5
-5
No files found.
client/components/editor/editor-modal-properties.vue
View file @
8f7fdab7
...
@@ -102,7 +102,6 @@
...
@@ -102,7 +102,6 @@
:close-on-content-click='false'
:close-on-content-click='false'
v-model='isPublishStartShown'
v-model='isPublishStartShown'
:return-value.sync='publishStartDate'
:return-value.sync='publishStartDate'
full-width
width='460px'
width='460px'
:disabled='!isPublished || true'
:disabled='!isPublished || true'
)
)
...
@@ -221,7 +220,6 @@
...
@@ -221,7 +220,6 @@
)
)
page-selector(mode='create', v-model='pageSelectorShown', :path='path', :locale='locale', :open-handler='setPath')
page-selector(mode='create', v-model='pageSelectorShown', :path='path', :locale='locale', :open-handler='setPath')
v-tour(name='editorPropertiesTour', :steps='tourSteps')
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -242,13 +240,7 @@ export default {
...
@@ -242,13 +240,7 @@ export default {
isPublishStartShown
:
false
,
isPublishStartShown
:
false
,
isPublishEndShown
:
false
,
isPublishEndShown
:
false
,
pageSelectorShown
:
false
,
pageSelectorShown
:
false
,
namespaces
:
siteLangs
.
length
?
siteLangs
.
map
(
ns
=>
ns
.
code
)
:
[
siteConfig
.
lang
],
namespaces
:
siteLangs
.
length
?
siteLangs
.
map
(
ns
=>
ns
.
code
)
:
[
siteConfig
.
lang
]
tourSteps
:
[
{
target
:
'.dialog-header'
,
content
:
`First-time tour help here. <strong>TODO</strong>!`
}
]
}
}
},
},
computed
:
{
computed
:
{
...
...
client/themes/default/scss/app.scss
View file @
8f7fdab7
...
@@ -452,13 +452,13 @@
...
@@ -452,13 +452,13 @@
// ---------------------------------
// ---------------------------------
code
{
code
{
background-color
:
mc
(
'indigo'
,
'50'
);
background-color
:
mc
(
'indigo'
,
'50'
)
!
important
;
padding
:
0
5px
;
padding
:
0
5px
;
color
:
mc
(
'indigo'
,
'800'
);
color
:
mc
(
'indigo'
,
'800'
)
!
important
;
font-family
:
'Roboto Mono'
,
monospace
;
font-family
:
'Roboto Mono'
,
monospace
;
font-weight
:
normal
;
font-weight
:
normal
!
important
;
font-size
:
1rem
;
font-size
:
1rem
!
important
;
box-shadow
:
none
;
box-shadow
:
none
!
important
;
&
:
:
before
,
&::
after
{
&
:
:
before
,
&::
after
{
display
:
none
;
display
:
none
;
...
...
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