Compare commits

...

2 Commits

Author SHA1 Message Date
fcebe70fd0 Styling for new table section
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
2025-12-16 03:57:21 -06:00
1a1ab64f32 Add UseNet icon for forum
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
2025-12-16 03:55:00 -06:00
2 changed files with 29 additions and 2 deletions

BIN
core/icons/forum/usenet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -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);