Add code samples to Queue config screen

This commit is contained in:
Kijin Sung 2024-10-10 23:04:35 +09:00
parent d4cd5e3d75
commit 097cecece8
6 changed files with 124 additions and 2 deletions

View file

@ -0,0 +1,27 @@
.queue-script-setup {
.qss-content {
display: none;
&.active {
display: block;
border: 1px solid #ddd;
border-top: 0;
margin-top: -20px;
padding: 20px 12px 10px 12px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
margin-bottom: 20px;
}
.qss-instruction {
margin-bottom: 10px;
code {
color: #333;
border: 0;
background-color: transparent;
padding: 0 1px;
}
}
.pre {
margin-bottom: 10px;
}
}
}