Improved attachment glyph handling

This commit is contained in:
the-djmaze 2023-03-21 10:05:29 +01:00
parent 6b29460bdf
commit 50487af6a7
6 changed files with 18 additions and 23 deletions

Binary file not shown.

Binary file not shown.

View file

@ -38,7 +38,7 @@
content: "\e005";
}
.icon-paper-plane::before {
content: "\e007";
content: "📧";
}
.icon-right-mini::before {
content: "";
@ -59,31 +59,31 @@
content: "\e030";
}
.icon-file-presentation::before {
content: "\e031"; /* 📊 */
content: "📊";
}
.icon-file-archive::before {
content: "\e032";
content: "📦";
}
.icon-file-audio::before {
content: "\e033";
content: "🔊";
}
.icon-file-text::before {
content: "📄";
}
.icon-file-image::before {
content: "\e036"; /* 🖻 */
content: "🖻";
}
.icon-file-certificate::before {
content: "\e038";
content: "\e038"; /* 🔏 🔐 */
}
.icon-attachment::before {
content: "📎";
}
.icon-file-spreadsheet::before {
content: "\e03a";
content: "";
}
.icon-file-video::before {
content: "\e03b";
content: "🎬";
}
.icon-folder-add::before {
content: "\e03c";