nodebb-theme-harmony 1.0.0-beta.63 → 1.0.0-beta.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/scss/common.scss
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
<ul class="notifications-dropdown dropdown-menu p-1 shadow">
|
|
12
12
|
<li>
|
|
13
13
|
<ul component="notifications/list" class="notification-list list-unstyled overscroll-behavior-contain ff-base">
|
|
14
|
-
<li class="mb-2 p-1
|
|
14
|
+
<li class="mb-2 p-1">
|
|
15
15
|
<div class="d-flex gap-1 justify-content-between">
|
|
16
|
-
<div class="d-flex gap-2 flex-grow-1">
|
|
16
|
+
<div class="d-flex gap-2 flex-grow-1 placeholder-wave">
|
|
17
17
|
<div class="placeholder" style="width: 32px; height: 32px;"></div>
|
|
18
18
|
<div class="flex-grow-1">
|
|
19
19
|
<div class="d-flex flex-column">
|