فهرست منبع

Merge pull request #9403 from weseek/support/157164-add-badger-illust-in-hufflepuff

support: Welcome back Hufflepuff badger
Yuki Takei 1 سال پیش
والد
کامیت
37484d008d

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 27 - 26
packages/preset-themes/public/images/hufflepuff/hufflepuff-dark-bg.svg


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 26 - 26
packages/preset-themes/public/images/hufflepuff/hufflepuff-light-bg.svg


+ 2 - 2
packages/preset-themes/src/styles/hufflepuff.scss

@@ -34,7 +34,7 @@
   &, body {
     background-image: url('../images/hufflepuff/hufflepuff-light-bg.svg');
     background-attachment: fixed;
-    background-position: bottom;
+    background-position: bottom right;
     background-size: cover;
   }
 }
@@ -74,7 +74,7 @@
   &, body {
     background-image: url('../images/hufflepuff/hufflepuff-dark-bg.svg');
     background-attachment: fixed;
-    background-position: bottom;
+    background-position: bottom right;
     background-size: cover;
   }
 }

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است