nodebb-theme-persona 13.0.71 → 13.0.72
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/topic.scss +0 -9
package/package.json
CHANGED
package/scss/topic.scss
CHANGED
|
@@ -434,15 +434,6 @@
|
|
|
434
434
|
display: inline;
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
.toggle {
|
|
438
|
-
padding: 0px 5px;
|
|
439
|
-
border: 1px solid #e0e0e0;
|
|
440
|
-
background: #fcfcfc;
|
|
441
|
-
width: 50px;
|
|
442
|
-
text-align: center;
|
|
443
|
-
display:block!important;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
437
|
pre {
|
|
447
438
|
max-height: 350px;
|
|
448
439
|
|