Skip to content

Commit f0b1574

Browse files
authored
re-positioning icon try_it_in_playground (#1523)
1 parent 9c4eebf commit f0b1574

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.vitepress/theme/styles/inline-demo.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
.vt-doc a[href^="https://sfc.vuejs.org"]:before {
2-
content: "▶";
1+
.vt-doc a[href^="https://sfc.vuejs.org"]:before
2+
{
3+
content: '▶';
34
width: 20px;
45
height: 20px;
56
display: inline-block;
@@ -11,8 +12,8 @@
1112
border: 2px solid var(--vt-c-green);
1213
margin-right: 8px;
1314
margin-left: 4px;
14-
line-height: 16px;
15-
padding-left: 4px;
15+
line-height: 15px;
16+
padding-left: 4.5px;
1617
font-size: 11px;
1718
}
1819

0 commit comments

Comments
 (0)