diff options
author | Minteck <contact@minteck.org> | 2022-07-11 18:54:20 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-11 18:54:20 +0200 |
commit | f2824f51f8ed407a8633ba968d35d56ea6a36f49 (patch) | |
tree | db0c625ccd8ae4ada52f4e30956a9627270dec31 /assets/mobile-p3.js | |
parent | 5abe8cba55965f70e07e1163239bcc9d797c864a (diff) | |
download | bits-client-mane.tar.gz bits-client-mane.tar.bz2 bits-client-mane.zip |
Diffstat (limited to 'assets/mobile-p3.js')
-rw-r--r-- | assets/mobile-p3.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/assets/mobile-p3.js b/assets/mobile-p3.js index c346119..e69de29 100644 --- a/assets/mobile-p3.js +++ b/assets/mobile-p3.js @@ -1,10 +0,0 @@ -if (!isNodeJS) { - document.getElementById("create-modal-inner").style.borderRadius = "0"; - document.getElementById("create-modal-inner").style.borderBottomLeftRadius = "5px"; - document.getElementById("create-modal-inner").style.borderBottomRightRadius = "5px"; - document.getElementById("create-modal-inner").style.width = "calc(100% - 30px)"; - document.getElementById("confirm-modal-inner").style.borderRadius = "0"; - document.getElementById("confirm-modal-inner").style.width = "calc(100% - 30px)"; - document.getElementById("confirm-modal-inner").style.borderBottomLeftRadius = "5px"; - document.getElementById("confirm-modal-inner").style.borderBottomRightRadius = "5px"; -}
\ No newline at end of file |