diff --git a/css/style.css b/css/style.css index d4d40d7..980d17e 100644 --- a/css/style.css +++ b/css/style.css @@ -2288,7 +2288,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { opacity: 0; visibility: hidden; } -.options input#tab_language:checked ~ .tab-content .language, .options input#t-2:checked ~ .tab-content .theme, .options input#t-3:checked ~ .tab-content .notifications, .options input#t-4:checked ~ .tab-content .keys, .options input#t-5:checked ~ .tab-content .appearance, .options input#t-6:checked ~ .tab-content .users { +.options input#tab_language:checked ~ .tab-content .language, .options input#t-2:checked ~ .tab-content .theme, .options input#t-3:checked ~ .tab-content .notifications, .options input#t-4:checked ~ .tab-content .keys, .options input#t-5:checked ~ .tab-content .appearance, .options input#t-6:checked ~ .tab-content .users, .options input#t-7:checked ~ .tab-content .webtorrent, .options input#t-8:checked ~ .tab-content .DMs { position: relative; z-index: 10; opacity: 1; diff --git a/sass/layout/_tabs.sass b/sass/layout/_tabs.sass index e817bf9..5f8976c 100644 --- a/sass/layout/_tabs.sass +++ b/sass/layout/_tabs.sass @@ -46,7 +46,9 @@ &#t-3:checked ~ .tab-content .notifications, &#t-4:checked ~ .tab-content .keys, &#t-5:checked ~ .tab-content .appearance, - &#t-6:checked ~ .tab-content .users + &#t-6:checked ~ .tab-content .users, + &#t-7:checked ~ .tab-content .webtorrent, + &#t-8:checked ~ .tab-content .DMs position: relative z-index: 10 opacity: 1 @@ -58,12 +60,10 @@ text-align: center width: auto display: inline-block!important - margin: 0 5px 0 0 + margin: 0 5px 0 0 padding: 5px 15px color: $main-color-light input:checked + label.tabs background: $bloc-background-color color: $main-color-dark - -