nodebb-theme-persona 13.0.11 → 13.0.13
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 +1 -1
- package/scss/persona.scss +0 -2
- package/scss/topic.scss +1 -5
- package/scss/modules/composer-default.scss +0 -17
- package/scss/outgoing.scss +0 -9
package/package.json
CHANGED
package/scss/persona.scss
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
@import "chats";
|
|
14
14
|
@import "search";
|
|
15
15
|
@import "topics_list";
|
|
16
|
-
@import "outgoing";
|
|
17
16
|
@import "footer";
|
|
18
17
|
@import "posts_list";
|
|
19
18
|
@import "register";
|
|
@@ -30,7 +29,6 @@
|
|
|
30
29
|
@import "modules/alerts";
|
|
31
30
|
@import "modules/fab";
|
|
32
31
|
@import "modules/morph";
|
|
33
|
-
@import "modules/composer-default";
|
|
34
32
|
@import "modules/cookie-consent";
|
|
35
33
|
@import "modules/necro-post";
|
|
36
34
|
|
package/scss/topic.scss
CHANGED
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
.posts .icon {
|
|
327
327
|
min-width: 0;
|
|
328
328
|
min-height: 0;
|
|
329
|
-
margin-top:
|
|
329
|
+
margin-top: 0px;
|
|
330
330
|
|
|
331
331
|
.avatar {
|
|
332
332
|
@include user-icon-style(23px, calc(23px * 0.6), 50%);
|
|
@@ -437,10 +437,6 @@
|
|
|
437
437
|
.content {
|
|
438
438
|
@include fix-lists;
|
|
439
439
|
|
|
440
|
-
blockquote {
|
|
441
|
-
font-size: 12px;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
440
|
> blockquote {
|
|
445
441
|
> blockquote {
|
|
446
442
|
> *:not(.blockquote) {
|