فهرست منبع

fix(ci): resolve stylelint order/properties-order violation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Ryotaro Nagahara 1 ماه پیش
والد
کامیت
7163c6bf58
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      apps/app/src/client/components/InAppNotification/UnreadDot.module.scss

+ 2 - 2
apps/app/src/client/components/InAppNotification/UnreadDot.module.scss

@@ -1,6 +1,6 @@
 .unread-dot {
+  display: inline-block;
   width: 8px;
-  height: 8px;
   min-width: 8px;
-  display: inline-block;
+  height: 8px;
 }