This commit is contained in:
2026-02-19 10:23:03 +03:00
parent 65141fe120
commit 53efd91164

View File

@@ -208,11 +208,21 @@ html {
.sessionCardButton, .sessionCardButton,
.guideOptions, .guideOptions,
.MuiTabs-centered .MuiTab-root { .MuiTabs-centered .MuiTab-root {
padding: .556em !important;
margin: 0 .29em !important;
border-radius: var(--theme-roundness);
}
/* Настраиваем отступы и закругление для кнопок и вкладок */
.emby-tab-button,
t {
padding: 1.112em !important; padding: 1.112em !important;
margin: 0 .29em !important; margin: 0 .29em !important;
border-radius: var(--theme-roundness); border-radius: var(--theme-roundness);
} }
/* Устанавливаем высоту для элементов заголовка на десктопе */ /* Устанавливаем высоту для элементов заголовка на десктопе */
.layout-desktop .headerTabs, .layout-desktop .headerTabs,
.layout-desktop .headerLeft, .layout-desktop .headerLeft,