NodeBB 3.9.0
-
Loving this, but getting a ton of errors in the log repeatedly, such as the below
DEPRECATION WARNING: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in `& {}`. More info: https://sass-lang.com/d/mixed-decls ┌──> ../../../bootstrap/scss/_type.scss 40 │ font-weight: $display-font-weight; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration ╵ ┌──> ../../../bootstrap/scss/vendor/_rfs.scss 136 │ ┌ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) { 137 │ │ @content; 138 │ │ } │ └─── nested rule ╵ bootstrap/scss/_type.scss 40:5 @import - 14:9 root stylesheet WARNING: 31 repetitive deprecation warnings omitted. Run in verbose mode to see all warnings.
-
@phenomlab Unfortunately that's a result of some rather noisy deprecation notices by the saas package, due to some problematic styles used in the bootstrap dependency, which we have no control over.
It is slated to be fixed in v5.3.4 of Bootstrap, so we must wait.
-
-
Nice update!
I've noticed that the Desktop users widget doesn't look like the mobile version. Mobile you have two in a row, Desktop is only one user per row (for me at least). If you want to display 10 or more online users the height of the widget would be unnecessary huge or?
Desktop:
Mobile:
Edit: I've just noticed that when you reload the page, two users are displayed in a row for a fraction of a second. I assume this has something to do with Flexbox?
-
niiceeeeee !!
Thank you to the all team