mirror of https://gitlab.com/curben/blog
fix(css): add margin to figcaption and copy-button
This commit is contained in:
parent
f04415de47
commit
dc6535aa7e
|
@ -132,6 +132,14 @@ small {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre figcaption a {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
dl,
|
dl,
|
||||||
form,
|
form,
|
||||||
hr,
|
hr,
|
||||||
|
@ -792,6 +800,7 @@ unhide (via JS) if Web Share API is supported */
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
margin-top: 1em;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue