forked from leftypol/leftypol
Fix broken top bar remaining still pinned on soome themes
This commit is contained in:
parent
8bc9a22920
commit
1da97d77ca
3 changed files with 26 additions and 28 deletions
|
@ -5,7 +5,7 @@
|
|||
so flags and other data will show. This hides them, but they still exist. */
|
||||
tinyboard{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
div.sidearrows{
|
||||
|
@ -45,7 +45,7 @@ div.pages{
|
|||
}
|
||||
|
||||
div.boardlist.bottom {
|
||||
|
||||
|
||||
text-align: center!important;
|
||||
display: none!important;
|
||||
}
|
||||
|
@ -122,7 +122,7 @@ main {
|
|||
/* Tables */
|
||||
table {
|
||||
margin: auto;
|
||||
|
||||
|
||||
}
|
||||
table.board-list-table {
|
||||
width: 100%;
|
||||
|
@ -130,13 +130,13 @@ table.board-list-table {
|
|||
table tbody td {
|
||||
margin: 0;
|
||||
padding: 4px 15px 4px 4px;
|
||||
|
||||
|
||||
text-align: left;
|
||||
}
|
||||
table thead th {
|
||||
border: 1px solid #000333;
|
||||
padding: 4px 15px 5px 5px;
|
||||
|
||||
|
||||
background: #98E;
|
||||
color: #000333;
|
||||
text-align: left;
|
||||
|
@ -147,7 +147,7 @@ table tbody tr:nth-of-type( even ) {
|
|||
}
|
||||
|
||||
tr{
|
||||
|
||||
|
||||
}
|
||||
|
||||
td.minimal,th.minimal {
|
||||
|
@ -469,7 +469,7 @@ input.delete {
|
|||
div.post p {
|
||||
display: block;
|
||||
margin: 0;
|
||||
|
||||
|
||||
line-height: 1.16em;
|
||||
font-size: 13px;
|
||||
min-height: 1.16em;
|
||||
|
@ -743,7 +743,7 @@ div.blotter {
|
|||
}
|
||||
|
||||
.desktop-style div.boardlist:not(.bottom) {
|
||||
position: fixed;
|
||||
position: static;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
@ -1266,10 +1266,10 @@ span.pln {
|
|||
clear: both;
|
||||
visibility: hidden;
|
||||
overflow: hidden;
|
||||
|
||||
|
||||
font-size: 0px;
|
||||
line-height: 0px;
|
||||
|
||||
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
height: 0;
|
||||
|
@ -1284,7 +1284,7 @@ span.pln {
|
|||
/* Board List */
|
||||
div.boardlist {
|
||||
margin-top: 3px;
|
||||
|
||||
|
||||
color: #89A;
|
||||
font-size: 9pt;
|
||||
word-spacing:-3px;
|
||||
|
@ -1377,7 +1377,7 @@ div.boardlist {
|
|||
}
|
||||
li.mix {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
/* Mona Font */
|
||||
.aa {
|
||||
|
@ -1769,12 +1769,12 @@ td.board-tags a.tag-link {
|
|||
aside.search-container .box {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
section.board-list {
|
||||
margin-top: 12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
table.board-list-table .board-meta,
|
||||
table.board-list-table .board-pph,
|
||||
table.board-list-table .board-tags {
|
||||
|
@ -1792,7 +1792,7 @@ td.board-tags a.tag-link {
|
|||
.announcement {
|
||||
font-size: 75%;
|
||||
padding-bottom: 1%;
|
||||
margin-left: 5%;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
|
||||
|
@ -1888,7 +1888,7 @@ table.fileboard .intro a {
|
|||
text-align: left;
|
||||
position: absolute;
|
||||
bottom: 80px;
|
||||
top: 60px;
|
||||
top: 60px;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
@ -1899,7 +1899,7 @@ table.fileboard .intro a {
|
|||
#rules-popup .rules-popup-bottom {
|
||||
bottom: 0px;
|
||||
height: 80px;
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
#rules-popup .rules-popup-bottom-instructions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue