Scripts/resources/[custom_script]/nc-headbag/interface/index.css

14 lines
187 B
CSS
Raw Normal View History

2024-12-29 19:48:41 +00:00
body {
width: 100%;
height: 100%;
border: none;
margin: 0px;
overflow: hidden;
}
img {
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
}