Tweak styling

This commit is contained in:
Gabriel Tofvesson 2022-10-22 03:32:27 +02:00
parent 6d9d7bdf53
commit e6f8c6b705

View File

@ -96,6 +96,13 @@
list-style: none;
align-items: flex-start;
margin-top: 1px;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
#chatcontent::--webkit-scrollbar {
display: none;
}
hr.solid {
@ -226,7 +233,7 @@
#voteopts > li > strong, .outlinebox {
outline-color: black;
outline-style: solid;
outline-width: 1px;
outline-width: 2px;
}
</style>
</head>