style(editor): customize scrollbar appearance and improve badge layout styles
这个提交包含在:
+1
-1
@@ -30,7 +30,7 @@
|
||||
<span class="devcm-ascii-badge__grid"></span>
|
||||
<div class="devcm-ascii-badge__inner">
|
||||
<span class="devcm-ascii-badge__label">DEV.CM</span>
|
||||
<pre>
|
||||
<pre th:utext="'DEV CM'">
|
||||
DEV
|
||||
CM</pre
|
||||
>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html
|
||||
xmlns:th="https://www.thymeleaf.org"
|
||||
data-color-scheme="dark"
|
||||
th:lang="${#locale.toLanguageTag}"
|
||||
th:fragment="html (title, pageType, terminalUserName, content)"
|
||||
>
|
||||
@@ -13,7 +14,7 @@
|
||||
<link rel="manifest" th:href="@{/assets/dist/manifest.json}" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
th:href="@{/assets/dist/main.css?version={version}&build=devcm-ide-1.2.8-visual9(version=${theme.spec.version})}"
|
||||
th:href="@{/assets/dist/main.css?version={version}&build=devcm-ide-1.2.9-scroll5(version=${theme.spec.version})}"
|
||||
href="./assets/dist/style.css"
|
||||
/>
|
||||
</head>
|
||||
@@ -42,7 +43,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script
|
||||
th:src="@{/assets/dist/main.js?version={version}&build=devcm-ide-1.2.8-visual9(version=${theme.spec.version})}"
|
||||
th:src="@{/assets/dist/main.js?version={version}&build=devcm-ide-1.2.9-scroll5(version=${theme.spec.version})}"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
在新议题中引用
屏蔽一个用户