Bug fix: Rick-click menu in Trollion memo/convo input is now full sized, not weird half-menu
This commit is contained in:
parent
36392ce85a
commit
5c07e55194
1 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@
|
|||
"style": "background: white; border:2px solid #c2c2c2; font-size: 14px;"
|
||||
},
|
||||
"input": {
|
||||
"style": "background: white;margin-top:5px; border:1px solid #c2c2c2; margin-right: 54px; font-size: 12px; height: 19px;"
|
||||
"style": "background: white;margin-top:5px; border:1px solid #c2c2c2; margin-right: 54px; font-size: 12px;"
|
||||
},
|
||||
"tabwindow" : {
|
||||
"style": "background: rgb(190, 19, 4); font-family: 'Arial'"
|
||||
|
@ -319,7 +319,7 @@
|
|||
"style": "background: white; border:2px solid #c2c2c2; font-size: 12px;"
|
||||
},
|
||||
"input": {
|
||||
"style": "background: white;margin-top:5px; border:1px solid #c2c2c2; font-size: 12px; height: 19px; margin-bottom: 5px; "
|
||||
"style": "background: white;margin-top:5px; border:1px solid #c2c2c2; font-size: 12px; margin-bottom: 5px; "
|
||||
},
|
||||
"margins": {"top": 22, "bottom": 10, "left": 9, "right": 4 },
|
||||
"userlist": { "width": 125,
|
||||
|
|
Loading…
Reference in a new issue