fix: Adds a separate css class for thumbnail menu
This commit is contained in:
parent
fc3e0147e0
commit
92df64f706
|
@ -55,6 +55,9 @@
|
||||||
.icon-kick:before {
|
.icon-kick:before {
|
||||||
content: "\e904";
|
content: "\e904";
|
||||||
}
|
}
|
||||||
|
.icon-menu:before {
|
||||||
|
content: "\e91f";
|
||||||
|
}
|
||||||
.icon-menu-up:before {
|
.icon-menu-up:before {
|
||||||
content: "\e91f";
|
content: "\e91f";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue