forked from Botanical/BotanJS
SmartInput for back quoted text
This commit is contained in:
12
botanjs/src/Astro/Blog/AstroEdit/Visualizer/Snippet/Code.css
Normal file
12
botanjs/src/Astro/Blog/AstroEdit/Visualizer/Snippet/Code.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.v_boundary[data-inline="on"][data-type="Code"] {
|
||||
display: inline-block;
|
||||
background-color: #EEE;
|
||||
}
|
||||
|
||||
.v_box[data-inline="on"] .v_description {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.v_box[data-inline="on"] {
|
||||
min-height: 0;
|
||||
}
|
Reference in New Issue
Block a user