mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-04 13:08:33 +01:00
fix(settings): drop redundant mb-4 on buffer/VO groups (page gap handles spacing)
This commit is contained in:
@@ -41,7 +41,7 @@ export const MpvBufferSettings: React.FC = () => {
|
|||||||
if (!settings) return null;
|
if (!settings) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ListGroup title={t("home.settings.buffer.title")} className='mb-4'>
|
<ListGroup title={t("home.settings.buffer.title")}>
|
||||||
<SettingsSelectRow
|
<SettingsSelectRow
|
||||||
title={t("home.settings.buffer.cache_mode")}
|
title={t("home.settings.buffer.cache_mode")}
|
||||||
valueLabel={currentCacheModeLabel}
|
valueLabel={currentCacheModeLabel}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ export const MpvVoSettings: React.FC = () => {
|
|||||||
if (!settings) return null;
|
if (!settings) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ListGroup title={t("home.settings.vo_driver.title")} className='mb-4'>
|
<ListGroup title={t("home.settings.vo_driver.title")}>
|
||||||
<SettingsSelectRow
|
<SettingsSelectRow
|
||||||
title={t("home.settings.vo_driver.vo_mode")}
|
title={t("home.settings.vo_driver.vo_mode")}
|
||||||
valueLabel={currentVoDriverLabel}
|
valueLabel={currentVoDriverLabel}
|
||||||
|
|||||||
Reference in New Issue
Block a user