fix: довести fix42 до production (cleanups, journald limits, docs)

This commit is contained in:
2026-05-21 15:31:11 +05:00
parent 782520848d
commit e1ecaf485f
22 changed files with 59 additions and 58 deletions
+3 -3
View File
@@ -352,9 +352,9 @@ onMounted(handleQuery);
<style scoped>
.peer-title { font-weight: 600; }
.peer-sub { color: #909399; font-size: 12px; }
.peer-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.peer-sub { font-size: 12px; color: #909399; }
.peer-actions { display: flex; gap: 8px; align-items: center; justify-content: flex-end; }
.peer-more-btn { font-size: 16px; }
.qr-dialog-body { display: flex; justify-content: center; align-items: center; padding: 12px 0 20px; }
.qr-dialog-body { display: flex; align-items: center; justify-content: center; padding: 12px 0 20px; }
</style>