refs #1321 Show quoted status for fedibird
This commit is contained in:
parent
810e1c573f
commit
c8c61de328
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue