Merge pull request #1435 from h3poteto/iss-1321
refs #1321 Show quoted status for fedibird
This commit is contained in:
commit
31f9faf691
|
@ -19026,9 +19026,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"megalodon": {
|
"megalodon": {
|
||||||
"version": "3.2.0",
|
"version": "3.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-3.2.1.tgz",
|
||||||
"integrity": "sha512-7rxAuywvlpUNFDHhcuT19jg/IMngBGenR/6AKrdJpQHuEg4B19VXyvZYtY5ItnGIOPpKWiRLOqeTKDpe8oQVWg==",
|
"integrity": "sha512-hAzzg99pkrAkT1Ky56rWXbBFVACKcgziQZ4HcxqrQeyH7FPKz/p35pByVP/1jxSRIkpQKLHqrFAEdGWRxmCB/w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/oauth": "^0.9.0",
|
"@types/oauth": "^0.9.0",
|
||||||
"@types/ws": "^7.2.0",
|
"@types/ws": "^7.2.0",
|
||||||
|
|
|
@ -184,7 +184,7 @@
|
||||||
"hoek": "^6.1.3",
|
"hoek": "^6.1.3",
|
||||||
"i18next": "^19.4.1",
|
"i18next": "^19.4.1",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"megalodon": "3.2.0",
|
"megalodon": "3.2.1",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
"mousetrap": "^1.6.5",
|
"mousetrap": "^1.6.5",
|
||||||
"nedb": "^1.8.0",
|
"nedb": "^1.8.0",
|
||||||
|
|
|
@ -47,6 +47,7 @@ export default {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
border: 1px solid var(--theme-selected-background-color);
|
border: 1px solid var(--theme-selected-background-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-size: var(--base-font-size);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--theme-selected-background-color);
|
background-color: var(--theme-selected-background-color);
|
||||||
|
|
Loading…
Reference in New Issue