Files
gtav-src/tools_ng/script/gen9/stickbug/stickbug.css
T
2025-09-29 00:52:08 +02:00

32 lines
523 B
CSS
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.stickbug {
border-radius: 25px;
background-color: #e3e3e3;
width: 80%;
margin: auto;
padding: 20px;
overflow-x: scroll;
}
.bug_filter {
width: 100%
}
.emoji {
font-size: large;
}
body {
background-color: #d3d3d3;
}
li {
white-space: pre;
font-size: small;
font-family: 'Courier New', Courier, monospace;
padding-bottom: 5px;
}
.userline {
margin-bottom: 1px;
}
.email {
margin-bottom: 1px;
}
.notbold{
font-weight: normal;
}