overhauled histograms

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-10 11:34:52 +01:00
parent 577e99d840
commit 2cd99f362b
13 changed files with 144 additions and 24 deletions

View File

@@ -313,6 +313,10 @@ tr:hover .taglist .tag button {
background: black;
}
.histo .bar{
border: 1px solid red;
}
@media screen and (max-width: 900px) {
#app nav a{
background: black;

View File

@@ -504,6 +504,14 @@ a.wikilink{
}
}
.poll .weight .description{
display: block;
margin: 0 5px;
}
.histo {
height: 100px;
}
@media screen and (max-width: 600px) {
.grid2{

View File

@@ -304,6 +304,10 @@ tr:hover .taglist .tag button {
background: black;
}
.histo .bar{
background: #a00;
}
@media screen and (max-width: 900px) {
#app nav a{
background: black;

View File

@@ -624,6 +624,10 @@ a.wikilink{
margin: 0 5px;
}
.histo {
height: 100px;
}
@media screen and (max-width: 600px) {
.grid2,
.grid3{

View File

@@ -283,6 +283,10 @@ tr:hover .taglist .tag button {
color: blue;
}
.histo .bar{
background: cyan;
}
@media screen and (max-width: 900px) {
#app nav a{
background: white;

View File

@@ -504,6 +504,14 @@ a.wikilink{
}
}
.poll .weight .description{
display: block;
margin: 0 5px;
}
.histo {
height: 100px;
}
@media screen and (max-width: 600px) {
.grid2{