mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
feat: add spacing and line break to diagnostic tools section
This commit is contained in:
@@ -985,7 +985,9 @@ return view.extend({
|
||||
// Diagnostics Column
|
||||
E('div', { 'style': 'flex: 1; padding: 15px; background: #f8f9fa; border-radius: 8px;' }, [
|
||||
E('div', { 'style': 'margin-bottom: 15px;' }, [
|
||||
E('strong', {}, _('Diagnostic Tools'))
|
||||
E('strong', {}, _('Diagnostic Tools')),
|
||||
E('br'),
|
||||
E('div', { 'style': 'height: 18px;' })
|
||||
]),
|
||||
E('div', { 'class': 'btn-group', 'style': 'display: flex; flex-direction: column; gap: 8px;' }, [
|
||||
E('button', {
|
||||
|
||||
Reference in New Issue
Block a user