aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue8
-rwxr-xr-xsrc/i18n/compare (renamed from src/i18n/compare.js)2
2 files changed, 1 insertions, 9 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 690e8318..34b17970 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -604,14 +604,6 @@ a.unmute {
flex: 1;
}
-.timeline > {
- .status-el:last-child {
- border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
- border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
- border-bottom: none;
- }
-}
-
@media all and (max-width: 800px) {
.status-el {
.retweet-info {
diff --git a/src/i18n/compare.js b/src/i18n/compare
index e9314376..4dc1e47d 100755
--- a/src/i18n/compare.js
+++ b/src/i18n/compare
@@ -19,7 +19,7 @@ if (typeof arg === 'undefined') {
console.log('')
console.log('There are no other arguments or options. Make an issue if you encounter a bug or want')
console.log('some feature to be implemented. Merge requests are welcome as well.')
- return
+ process.exit()
}
const english = require('./en.json')