Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/generators/legacy-html/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ tt,
}

pre {
position: relative;
padding: 1rem;
vertical-align: top;
border-radius: 4px;
Expand Down Expand Up @@ -1015,7 +1016,9 @@ kbd {
}

.copy-button {
float: right;
position: absolute;
right: 1rem;
bottom: 1rem;
outline: none;
font-size: 10px;
color: #fff;
Expand All @@ -1028,7 +1031,6 @@ kbd {
text-transform: uppercase;
font-weight: 700;
padding: 0 0.5rem;
margin-right: 0.2rem;
height: 1.5rem;
transition-property:
background-color, border-color, color, box-shadow, filter;
Expand Down
Loading