mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
refactor(nui): Styling and sizing changes
This commit is contained in:
@@ -17,6 +17,7 @@ library.add(fas, far, fab);
|
||||
if (isEnvBrowser()) {
|
||||
const root = document.getElementById("root");
|
||||
|
||||
// https://i.imgur.com/iPTAdYV.png - Night time img
|
||||
root!.style.backgroundImage = 'url("https://i.imgur.com/3pzRj9n.png")';
|
||||
root!.style.backgroundSize = "cover";
|
||||
root!.style.backgroundRepeat = "no-repeat";
|
||||
|
||||
Reference in New Issue
Block a user