mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #2901 from selberhad/fix_unicode_chars
fix: use more widely supported unicode characters in webclient
This commit is contained in:
commit
a5f19e8b92
1 changed files with 3 additions and 3 deletions
|
|
@ -318,9 +318,9 @@ let goldenlayout = (function () {
|
|||
//
|
||||
var onTabCreate = function (tab) {
|
||||
//HTML for the typeDropdown
|
||||
let renameDropdownControl = $("<span class='lm_title' style='font-size: 1.5em;width: 0.5em;'>🢒</span>");
|
||||
let typeDropdownControl = $("<span class='lm_title' style='font-size: 1.0em;width: 1em;'>⯁</span>");
|
||||
let updateDropdownControl = $("<span class='lm_title' style='font-size: 1.0em;width: 1em;'>⯈</span>");
|
||||
let renameDropdownControl = $("<span class='lm_title' style='font-size: 1.5em;width: 0.5em;'>▸</span>");
|
||||
let typeDropdownControl = $("<span class='lm_title' style='font-size: 1.0em;width: 1em;'>◆</span>");
|
||||
let updateDropdownControl = $("<span class='lm_title' style='font-size: 1.0em;width: 1em;'>▸</span>");
|
||||
let splitControl = $("<span class='lm_title' style='font-size: 1.5em;width: 1em;'>+</span>");
|
||||
// track dropdowns when the associated control is clicked
|
||||
renameDropdownControl.click( tab, renameDropdown );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue