Add 'layers' icon for cross posts link

This commit is contained in:
freamon 2024-03-31 02:13:49 +01:00
parent d9dc0d2960
commit 26be3a93b1
3 changed files with 27 additions and 0 deletions

View file

@ -174,6 +174,15 @@
content: "\e990";
}
.fe-layers {
position: relative;
top: 1px;
}
.fe-layers::before {
content: "\e97f";
}
.fe-report::before {
content: "\e967";
}

View file

@ -201,6 +201,15 @@ nav, etc which are used site-wide */
content: "\e990";
}
.fe-layers {
position: relative;
top: 1px;
}
.fe-layers::before {
content: "\e97f";
}
.fe-report::before {
content: "\e967";
}

View file

@ -200,6 +200,15 @@
content: "\e990";
}
.fe-layers {
position: relative;
top: 1px;
}
.fe-layers::before {
content: "\e97f";
}
.fe-report::before {
content: "\e967";
}