mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-01 22:28:59 +03:00
💄 style(podkop): adjust margin styles in status panel
This commit is contained in:
@@ -855,8 +855,8 @@ const createStatusPanel = (title, status, buttons, extraData = {}) => {
|
|||||||
title: _('Lists Update Results')
|
title: _('Lists Update Results')
|
||||||
})
|
})
|
||||||
] : title === _('FakeIP Status') ? [
|
] : title === _('FakeIP Status') ? [
|
||||||
E('div', { style: 'margin-bottom: 10px;' }, [
|
E('div', { style: 'margin-bottom: 5px;' }, [
|
||||||
E('div', { style: 'margin-bottom: 5px;' }, [
|
E('div', {}, [
|
||||||
E('span', { style: `color: ${extraData.fakeipStatus?.color}` }, [
|
E('span', { style: `color: ${extraData.fakeipStatus?.color}` }, [
|
||||||
extraData.fakeipStatus?.state === 'working' ? '✔' : extraData.fakeipStatus?.state === 'not_working' ? '✘' : '!',
|
extraData.fakeipStatus?.state === 'working' ? '✔' : extraData.fakeipStatus?.state === 'not_working' ? '✘' : '!',
|
||||||
' ',
|
' ',
|
||||||
@@ -871,8 +871,8 @@ const createStatusPanel = (title, status, buttons, extraData = {}) => {
|
|||||||
])
|
])
|
||||||
])
|
])
|
||||||
]),
|
]),
|
||||||
E('div', { style: 'margin-bottom: 10px;' }, [
|
E('div', { style: 'margin-bottom: 5px;' }, [
|
||||||
E('div', { style: 'margin-bottom: 5px;' }, [
|
E('div', {}, [
|
||||||
E('strong', {}, _('DNS Status')),
|
E('strong', {}, _('DNS Status')),
|
||||||
E('br'),
|
E('br'),
|
||||||
E('span', { style: `color: ${extraData.dnsStatus?.remote?.color}` }, [
|
E('span', { style: `color: ${extraData.dnsStatus?.remote?.color}` }, [
|
||||||
@@ -888,8 +888,8 @@ const createStatusPanel = (title, status, buttons, extraData = {}) => {
|
|||||||
])
|
])
|
||||||
])
|
])
|
||||||
]),
|
]),
|
||||||
E('div', { style: 'margin-bottom: 10px;' }, [
|
E('div', { style: 'margin-bottom: 5px;' }, [
|
||||||
E('div', { style: 'margin-bottom: 5px;' }, [
|
E('div', {}, [
|
||||||
E('strong', {}, extraData.configName),
|
E('strong', {}, extraData.configName),
|
||||||
E('br'),
|
E('br'),
|
||||||
E('span', { style: `color: ${extraData.bypassStatus?.color}` }, [
|
E('span', { style: `color: ${extraData.bypassStatus?.color}` }, [
|
||||||
|
|||||||
Reference in New Issue
Block a user