Move preview in Wiki to fit in edition position. #TG-2442 #ready-for-test
parent
e0aa554153
commit
360ee898bf
|
@ -22,6 +22,14 @@
|
||||||
.wiki-content {
|
.wiki-content {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
&.editable {
|
||||||
|
&:hover {
|
||||||
|
.wysiwyg {
|
||||||
|
background: $whitish;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.view-wiki-content {
|
.view-wiki-content {
|
||||||
&:hover {
|
&:hover {
|
||||||
.edit {
|
.edit {
|
||||||
|
@ -63,12 +71,7 @@
|
||||||
top: .4rem;
|
top: .4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.editable {
|
.preview {
|
||||||
&:hover {
|
padding-top: 1.8rem;
|
||||||
.wysiwyg {
|
|
||||||
background: $whitish;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue