mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
reverted 5ddc2d7080
This commit is contained in:
@ -9,18 +9,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
img#ui {
|
img#ui {
|
||||||
width: 100vw;
|
width:100%;
|
||||||
height:100%;
|
|
||||||
max-width:100vw;
|
|
||||||
object-fit: contain;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.full {
|
.full {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:0;
|
top:0;
|
||||||
left:0;
|
left:0;
|
||||||
height: 100vh;
|
width:100%;
|
||||||
width: 100vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pixelated {
|
.pixelated {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/style.css?v=1.1"/>
|
<link rel="stylesheet" type="text/css" href="/css/style.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="full pixelated">
|
<div class="full pixelated">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<meta http-equiv="refresh" content="{{ go_back_after }};URL=/">
|
<meta http-equiv="refresh" content="{{ go_back_after }};URL=/">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/style.css?v=1.1"/>
|
<link rel="stylesheet" type="text/css" href="/css/style.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
|
Reference in New Issue
Block a user