mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-08 12:07:27 +08:00
Move styles to css file
This commit is contained in:
parent
cd41e1a8d4
commit
61ed5eb5fc
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" style="height: 100%;">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
|
||||
@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="%PUBLIC_URL%/styles.css">
|
||||
<title>Traccar</title>
|
||||
</head>
|
||||
<body style="margin: 0; padding: 0; height: 100%;">
|
||||
<body>
|
||||
<noscript>
|
||||
You need to enable JavaScript to run this app.
|
||||
</noscript>
|
||||
|
@ -1,3 +1,12 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
canvas {
|
||||
outline: none;
|
||||
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user