Compare commits
2 Commits
83a0b7d109
...
fcebe70fd0
| Author | SHA1 | Date | |
|---|---|---|---|
|
fcebe70fd0
|
|||
|
1a1ab64f32
|
BIN
core/icons/forum/usenet.png
Normal file
BIN
core/icons/forum/usenet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
@@ -62,6 +62,33 @@ table.alternating > tbody > tr:nth-of-type(even) {
|
||||
background: var(--table-alternate);
|
||||
}
|
||||
|
||||
table.section {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0px;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
table.section > tbody > tr > th:first-child > div,
|
||||
table.section > tbody > tr > th:last-child > div,
|
||||
table.section > tbody > tr:first-child > td:first-child > div,
|
||||
table.section > tbody > tr:first-child > td:last-child > div {
|
||||
background: var(--secondary-container-background);
|
||||
border: var(--secondary-container-border);
|
||||
border-bottom: none;
|
||||
padding: 8px;
|
||||
position:relative;
|
||||
top: 4px;
|
||||
height: 100%;
|
||||
font-family: var(--primary-font);
|
||||
}
|
||||
|
||||
table.section > tbody > tr:not(:first-child) > td > div {
|
||||
background: var(--secondary-container-background);
|
||||
border: var(--secondary-container-border);
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
:target::before {
|
||||
content: "";
|
||||
@@ -1727,14 +1754,14 @@ body.group div.page-container div.group-section div.sidebar {
|
||||
min-width: 200px;
|
||||
flex-grow: 0;
|
||||
}
|
||||
*/
|
||||
|
||||
body.group div.page-container div.sidebar > .section {
|
||||
background-color: var(--tab-selected);
|
||||
border: var(--tab-border);
|
||||
margin: 4px auto;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
*/
|
||||
body.group.create div.groupcard {
|
||||
display: flex;
|
||||
background: var(--primary-container-background);
|
||||
|
||||
Reference in New Issue
Block a user