Files
Bubberstation/html/browser/assembly_ui.css
NotRanged 018f105574 [Modular] Ports Integrated Electronics (custom circuitry) (#3429)
* 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>
2021-03-17 21:55:46 +00:00

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;
}