mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
* initial broken commit * Many progress * More compile error fixes * only 11 errors remain....... * it compiles how horrifying * Materials runtime * Fixes the printer * adds clothing fixes stuff * Clothing + digi * Fixes worn circuits * Trailing newlines * linter must_call_parent * Confusion * Maybe this fixes it * Aaaaa * Solves Merge Conflict * linter * lol * This wasn't a fucking issue before * Use new pathing system * Removes action button from every piece of clothing Co-authored-by: Ranged <nickvanderkroon@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
30 lines
342 B
CSS
30 lines
342 B
CSS
div.scrollleft
|
|
{
|
|
bottom: 0;
|
|
margin: 0;
|
|
overflow: scroll;
|
|
overflow-x: auto;
|
|
position: absolute;
|
|
text-indent: 15px;
|
|
top: 120px;
|
|
width: 200px;
|
|
}
|
|
|
|
div.scrollright
|
|
{
|
|
bottom: 0;
|
|
left: 210px;
|
|
margin: 0;
|
|
right: 0;
|
|
overflow: scroll;
|
|
overflow-x: auto;
|
|
position: absolute;
|
|
text-indent: 15px;
|
|
top: 120px;
|
|
}
|
|
|
|
font.lowtext
|
|
{
|
|
bottom: 0;
|
|
}
|