Skip to content

Commit

Permalink
minified css
Browse files Browse the repository at this point in the history
  • Loading branch information
jayluxferro committed Nov 30, 2020
1 parent 37e36c5 commit f40f77b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 19 deletions.
10 changes: 5 additions & 5 deletions XDM Browser Monitor Extension/Resources/background.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html>

<head>

<meta charset="UTF-8">

<script src="bg.js"></script>
<link rel="stylesheet" href="styles.css">
</head>

<body></body>
<body style="min-width: 350px; z-index: 100; min-height: 350px;">
<script src="bg.js"></script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion XDM Browser Monitor Extension/Resources/disabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="styles.css">
</head>

<body style="min-width: 350px; z-index: 100;" class="card bg-dark">
<body style="min-width: 350px; z-index: 100; min-height: 350px;" class="card bg-dark">
<div class="card-header bg-transparent border-success text-white">XDM Browser Monitor</div>
<div class="card-body bg-transparent border-success text-white">
<h5 class="card-title">Browser monitoring is disabled in XDM</h5>
Expand Down
2 changes: 1 addition & 1 deletion XDM Browser Monitor Extension/Resources/fatal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="styles.css">
</head>

<body style="min-width: 350px; z-index: 100;" class="card bg-dark">
<body style="min-width: 350px; z-index: 100; min-height: 350px;" class="card bg-dark">
<div class="card-header bg-transparent border-success text-white">XDM Browser Monitor</div>
<div class="card-body bg-transparent border-success text-white">
<h5 class="card-title">Browser monitoring is disabled in XDM</h5>
Expand Down
2 changes: 1 addition & 1 deletion XDM Browser Monitor Extension/Resources/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="styles.css">
</head>

<body style="min-width: 350px; z-index: 100;" class="card bg-dark">
<body style="min-width: 350px; z-index: 100; min-height: 350px;" class="card bg-dark">
<div class="card-header bg-transparent border-success text-white">XDM Browser Monitor</div>
<div class="card-body bg-transparent border-success">
<div class="row" style="margin: 0px; min-width: 350px;">
Expand Down
12 changes: 1 addition & 11 deletions XDM Browser Monitor Extension/Resources/styles.css

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit f40f77b

Please sign in to comment.