mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-02-23 07:01:24 +01:00
Page Preview CSS cleanup #634
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -138,13 +138,33 @@
|
||||
}
|
||||
}
|
||||
|
||||
.grav-editor-preview {
|
||||
padding: 20px;
|
||||
overflow-y: scroll;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
#admin-main {
|
||||
.grav-editor-preview {
|
||||
padding: 20px;
|
||||
overflow-y: scroll;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
line-height: 1.5;
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
padding: 0;
|
||||
margin: 2rem 0 1rem;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
p {
|
||||
padding: 0;
|
||||
margin: 0.5rem 0 1rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.grav-editor-toolbar {
|
||||
[data-hint]:after {
|
||||
white-space: nowrap !important;
|
||||
|
||||
@@ -76,6 +76,7 @@ pre {
|
||||
border-radius: 3px;
|
||||
code {
|
||||
background: inherit;
|
||||
white-space: pre-line;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user