diff --git a/VERSION b/VERSION
index 30f8347..cf648a7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.116
+0.0.117
diff --git a/frontend/settings.html b/frontend/settings.html
index 7a1cc0a..53a9771 100644
--- a/frontend/settings.html
+++ b/frontend/settings.html
@@ -35,9 +35,11 @@
+
+
@@ -78,6 +80,21 @@
+
+
+
+
+
+
+
+
+
Плеер и перекодирование — настройки этого браузера
@@ -127,17 +144,12 @@
Сохраняется в этом браузере
+
+
-
-
-
-
+
+
+
Учётная запись
diff --git a/frontend/static/style.css b/frontend/static/style.css
index 9f49490..2de19f9 100644
--- a/frontend/static/style.css
+++ b/frontend/static/style.css
@@ -328,7 +328,7 @@ input[type="date"], select {
.settings-main .wrap { max-width: 920px; margin: 0 auto; }
/* Вкладки (как в браузере) */
-.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--border); margin-bottom: 18px; }
+.tabs { display: flex; flex-wrap: wrap; gap: 4px; border-bottom: 1px solid var(--border); margin-bottom: 18px; }
.tab {
background: none; border: none; border-bottom: 2px solid transparent; border-radius: 0;
color: var(--text-dim); padding: 10px 18px; cursor: pointer; font-size: 14px; font-weight: 500;