Skip to content

Commit f236d06

Browse files
committed
fixed bug enable-living
1 parent 1981e6a commit f236d06

9 files changed

+18
-12
lines changed

martor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = '1.5.4'
3+
__VERSION__ = '1.5.5'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = 'summon.agus@gmail.com'

martor/static/martor/css/martor-admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.bootstrap.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ body.overflow {
3232

3333
.martor-toolbar {
3434
position: absolute;
35+
z-index: 100;
3536
right: 0;
3637
top: 0;
3738
}
39+
.enable-living .martor-toolbar {
40+
position: relative;
41+
}
3842

3943
.martor-toolbar .markdown-image-upload {
4044
position: relative;
@@ -123,8 +127,9 @@ form .martor-preview-stale {
123127
/* live preview */
124128
form .enable-living .martor-preview {
125129
display: block!important;
130+
opacity: unset;
126131
}
127-
form .enable-living .tab-martor-menu a.item {
132+
form .enable-living .tab-martor-menu a.nav-link {
128133
display: none!important;
129134
}
130135

martor/static/martor/css/martor.bootstrap.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.semantic.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,9 @@ form .martor-preview-stale {
244244
}
245245
/* live preview */
246246
form .enable-living .martor-preview {
247-
display: block !important;
247+
display: block!important;
248+
opacity: unset;
248249
}
249250
form .enable-living .tab-martor-menu a.item {
250-
display: none !important;
251+
display: none!important;
251252
}

martor/static/martor/css/martor.semantic.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.5.4
2+
* Name : Martor v1.5.5
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 16-Sep-2020
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.semantic.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)