Add mail styles, fix forum newest section
This commit is contained in:
parent
3d488e2263
commit
900d046f6c
13
style.css
13
style.css
|
@ -45,7 +45,7 @@ h2 img {
|
|||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin-right: 8px;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
@ -1105,6 +1105,11 @@ body.dashboard .dash-container .sidebar .container div.filespace { display: flex
|
|||
body.dashboard .dash-container .sidebar .container div.filespace a { font-family: var(--primary-font); margin: 0px 2px; }
|
||||
body.dashboard .dash-container .container.lstann { font-family: var(--primary-font); }
|
||||
|
||||
/* == MAIL */
|
||||
body.mail .page-container table tr:nth-of-type(even) {
|
||||
background: var(--mail-content-bg);
|
||||
}
|
||||
|
||||
/* == FORUM */
|
||||
body.forum table.board-display {
|
||||
background: var(--forum-header);
|
||||
|
@ -1253,10 +1258,8 @@ body.forum.new table.board-display tr.title-row input {
|
|||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
body.forum.index .page-container .newest table.board-display {
|
||||
margin: -1px;
|
||||
display: inline-table;
|
||||
width: 50%;
|
||||
body.forum.index .page-container .newest {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
body.forum.thread table.board-display {
|
||||
|
|
Loading…
Reference in New Issue
Block a user