Simplify setting's section html and css.
This commit is contained in:
parent
bcac6d1f82
commit
b19dedb686
@ -288,16 +288,8 @@ a[href="javascript:;"] {
|
|||||||
.tab-selected {
|
.tab-selected {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
.section-container {
|
#fourchanx-settings > section {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.section-container > section {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.section-sauce ul,
|
.section-sauce ul,
|
||||||
|
|||||||
@ -12,7 +12,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="section-container">
|
<section></section>
|
||||||
<section></section>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user