Pronoun Assistant v1.3
This commit is contained in:
parent
ba5ed7d5f3
commit
e832a3ba8a
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
// @updateURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/pronoun-assistant/pronoun-assistant.user.js
|
||||
// @downloadURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/pronoun-assistant/pronoun-assistant.user.js
|
||||
// @supportURL https://stackapps.com/questions/8440/pronoun-assistant
|
||||
// @version 1.2
|
||||
// @version 1.3
|
||||
// @match *://chat.stackexchange.com/rooms/*
|
||||
// @match *://chat.stackoverflow.com/rooms/*
|
||||
// @match *://chat.meta.stackexchange.com/rooms/*
|
||||
|
@ -25,6 +25,7 @@ GM_addStyle(`
|
|||
display: inline-flex;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.username {
|
||||
|
|
Loading…
Reference in a new issue