Merge pull request #1435 from h3poteto/iss-1321

refs #1321 Show quoted status for fedibird
This commit is contained in:
AkiraFukushima 2020-05-13 00:48:29 +09:00 committed by GitHub
commit 31f9faf691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

6
package-lock.json generated
View File

@ -19026,9 +19026,9 @@
"dev": true
},
"megalodon": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.2.0.tgz",
"integrity": "sha512-7rxAuywvlpUNFDHhcuT19jg/IMngBGenR/6AKrdJpQHuEg4B19VXyvZYtY5ItnGIOPpKWiRLOqeTKDpe8oQVWg==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.2.1.tgz",
"integrity": "sha512-hAzzg99pkrAkT1Ky56rWXbBFVACKcgziQZ4HcxqrQeyH7FPKz/p35pByVP/1jxSRIkpQKLHqrFAEdGWRxmCB/w==",
"requires": {
"@types/oauth": "^0.9.0",
"@types/ws": "^7.2.0",

View File

@ -184,7 +184,7 @@
"hoek": "^6.1.3",
"i18next": "^19.4.1",
"lodash": "^4.17.15",
"megalodon": "3.2.0",
"megalodon": "3.2.1",
"moment": "^2.24.0",
"mousetrap": "^1.6.5",
"nedb": "^1.8.0",

View File

@ -47,6 +47,7 @@ export default {
margin-bottom: 4px;
border: 1px solid var(--theme-selected-background-color);
cursor: pointer;
font-size: var(--base-font-size);
&:hover {
background-color: var(--theme-selected-background-color);