ayush преди 2 месеца
родител
ревизия
d47a8a3ff6
променени са 2 файла, в които са добавени 7 реда и са изтрити 5 реда
  1. 2 2
      package-lock.json
  2. 5 3
      www/app/docs/.vuepress/styles/palette.scss

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "hmpl-js",
-  "version": "3.0.2",
+  "version": "3.0.3",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "hmpl-js",
-      "version": "3.0.2",
+      "version": "3.0.3",
       "license": "MIT",
       "dependencies": {
         "dompurify": "^3.2.4",

+ 5 - 3
www/app/docs/.vuepress/styles/palette.scss

@@ -85,15 +85,16 @@ a::before {
 .star {
   width: 20px;
   height: 20px;
+  
 }
 
 .github-stars {
   display: flex;
-  justify-content: center;
+  justify-content:center;
   align-items: center;
   height: 32px;
   padding: 6px 2px;
-  gap: 4px;
+  gap: 8px;
   margin: 0 10px 0 4px !important;
 
   @media (max-width: 768px) {
@@ -105,11 +106,12 @@ a::before {
   color: #3c3c43c7;
   font-size: 18px;
   display: flex;
-  min-width: 30px;
+  min-width:40px;
   align-items: center;
   justify-content: start;
   padding-top: 1px;
   height: 100%;
+
 }
 
 .github-stars:hover {