Move UI down to prevent compass overlap?
How can I move the UI down just a tad bit so it doesn't interfere with the compass? There are A LOT of configuration options and I don't know which ones to change to get it to move down slightly. Any help is appreciated!

hey, I was thinking the same. Maybe you have solved it by now but here it is.
Lets use the Design_3 default as example. You would alter the Message Container SIze to move the whole thing Ex:
"Main Container Size": {
"Horizontal End": 30.0,
"Horizontal Start": 9.0,
"Vertical End": 99.0,
"Vertical Start": 93.0

this would move it to the left (top). For the Design_3. You can do the same for Design_1 or Design_2 .Have fun

I went to "Design_3" and edited the location from there. 

Oxide/Configs/SkipNightUI

-> Find Design_3

-> Look for:

"Main Container Size": {
"Horizontal End": 30.0,
"Horizontal Start": 9.0,
"Vertical End": 99.0,       
"Vertical Start": 93.0

 

-> Change Vertical Start and Vertical End like so:

"Main Container Size": {
"Horizontal End": 30.0,
"Horizontal Start": 9.0,
"Vertical End": 85.0,
"Vertical Start": 80.0

 

That will move the ui down below the compass and any automated messages you have at the top.