Tweak styling
This commit is contained in:
parent
6d9d7bdf53
commit
e6f8c6b705
@ -96,6 +96,13 @@
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
|
||||||
|
-ms-overflow-style: none; /* IE and Edge */
|
||||||
|
scrollbar-width: none; /* Firefox */
|
||||||
|
}
|
||||||
|
|
||||||
|
#chatcontent::--webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr.solid {
|
hr.solid {
|
||||||
@ -226,7 +233,7 @@
|
|||||||
#voteopts > li > strong, .outlinebox {
|
#voteopts > li > strong, .outlinebox {
|
||||||
outline-color: black;
|
outline-color: black;
|
||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
outline-width: 1px;
|
outline-width: 2px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user