Reverted clipboard button changes

This commit is contained in:
squidfunk 2020-08-02 18:49:03 +02:00
parent 5cd8dcf067
commit 2cea481b9b
7 changed files with 12 additions and 12 deletions

View File

@ -5,8 +5,8 @@
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.82f1750e.min.js.map",
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.01088dc6.min.js",
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.01088dc6.min.js.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.4aecc960.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.4aecc960.min.css.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.058d6ada.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.058d6ada.min.css.map",
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.76317e44.min.css",
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.76317e44.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.88006c52.min.css",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -41,7 +41,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4aecc960.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.058d6ada.min.css' | url }}">
{% if palette.scheme or palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.88006c52.min.css' | url }}">
{% endif %}

View File

@ -33,7 +33,7 @@
width: px2em(24px);
height: px2em(24px);
color: var(--md-default-fg-color--lightest);
background-color: var(--md-code-bg-color);
// background-color: var(--md-code-bg-color);
border-radius: px2rem(2px);
cursor: pointer;
transition: color 125ms;
@ -43,10 +43,10 @@
display: none;
}
// Make room for clipboard button in case of overflowing code
.md-typeset & + code {
padding-right: px2em(24px + 2 * 8px, 13.6px);
}
// // Make room for clipboard button in case of overflowing code
// .md-typeset & + code {
// padding-right: px2em(24px + 2 * 8px, 13.6px);
// }
// Slightly smaller icon
svg {