mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
Add 'layers' icon for cross posts link
This commit is contained in:
parent
d9dc0d2960
commit
26be3a93b1
3 changed files with 27 additions and 0 deletions
|
@ -174,6 +174,15 @@
|
|||
content: "\e990";
|
||||
}
|
||||
|
||||
.fe-layers {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.fe-layers::before {
|
||||
content: "\e97f";
|
||||
}
|
||||
|
||||
.fe-report::before {
|
||||
content: "\e967";
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -200,6 +200,15 @@
|
|||
content: "\e990";
|
||||
}
|
||||
|
||||
.fe-layers {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.fe-layers::before {
|
||||
content: "\e97f";
|
||||
}
|
||||
|
||||
.fe-report::before {
|
||||
content: "\e967";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue