mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
Merge pull request #208 from simoleo89/fix/mentions-toolbar-icon
fix(toolbar): add missing CSS rule for the mentions icon
This commit is contained in:
@@ -36,6 +36,13 @@
|
|||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nitro-icon.icon-mentions {
|
||||||
|
background-image: url("@/assets/images/toolbar/icons/mentions.png");
|
||||||
|
background-size: contain;
|
||||||
|
width: 36px;
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
.nitro-icon.icon-buildersclub {
|
.nitro-icon.icon-buildersclub {
|
||||||
background-image: url("@/assets/images/toolbar/icons/buildersclub.png");
|
background-image: url("@/assets/images/toolbar/icons/buildersclub.png");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
|||||||
Reference in New Issue
Block a user