mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 01:50:07 +00:00
tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bdc9131844
commit
d028b6f4fe
@ -277,12 +277,16 @@ editor .outline [tabindex]:focus {
|
||||
/* Quote... */
|
||||
.editor .outline .quote>span,
|
||||
.editor .outline .quote>textarea {
|
||||
--item-padding-ratio: 0.7;
|
||||
--indent: 1rem;
|
||||
--margin: 0.7rem;
|
||||
--item-padding-ratio: 0.7;
|
||||
|
||||
/* XXX for some reason if this is not set here it will not see the new --item-padding-ratio */
|
||||
--item-padding: calc(1rem * var(--item-padding-ratio));
|
||||
|
||||
margin-top: var(--margin);
|
||||
margin-bottom: var(--margin);
|
||||
|
||||
padding: var(--item-padding) 1.5rem;
|
||||
color: rgba(0,0,0,0.8);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user