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