Tweak styling
This commit is contained in:
parent
6d9d7bdf53
commit
e6f8c6b705
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user