1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-03 02:53:31 +02:00

docs: fix copied balloon

This commit is contained in:
BcRikko
2019-02-21 18:37:24 +09:00
parent bd17c12cac
commit 2685582a90
3 changed files with 38 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ section.showcase > section.samplecode {
section.showcase > section.samplecode > pre code {
font-size: 13px;
line-height: 1.5;
padding: 1rem;
padding: 1.5rem;
}
.item {
@@ -96,6 +96,15 @@ section.showcase > section.samplecode > pre code {
max-width: 400px;
}
/* Copied balloon */
.nes-balloon.copied-balloon {
position: absolute;
display: none;
padding: 1rem;
box-shadow: 0 5px 20px 5px rgba(0,0,0,.6);
z-index: 1;
}
/* Topic */
h3.topic-title {
display: flex;