mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-03-13 05:51:12 +00:00
make DMs and WebTorrent sections of options visible
This commit is contained in:
parent
8f94945651
commit
ed424c15c3
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user