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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user