mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 20:27:13 +02:00
fix: #7226, added placeholder styling for fa-nbb-none
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
#navigation {
|
#navigation {
|
||||||
|
.fa-nbb-none {
|
||||||
|
display: inline-block;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
border: 2px dashed #aaa;
|
||||||
|
position: relative;
|
||||||
|
top: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
#active-navigation {
|
#active-navigation {
|
||||||
float: none;
|
float: none;
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user