Browse Source

make DMs and WebTorrent sections of options visible

nin-v2
Simon Grim 7 years ago
parent
commit
ed424c15c3
  1. 2
      css/style.css
  2. 8
      sass/layout/_tabs.sass

2
css/style.css

@ -2288,7 +2288,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { @@ -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;

8
sass/layout/_tabs.sass

@ -46,7 +46,9 @@ @@ -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 @@ @@ -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

Loading…
Cancel
Save