mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
aio-interface: fix progress box and log view on mbile
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -483,8 +483,8 @@ input[type="checkbox"]:disabled:not(:checked) + label {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
align-self: start;
|
align-self: start;
|
||||||
width: 20%;
|
width: 300px;
|
||||||
height: 7rem;
|
height: 200px;
|
||||||
border-radius: var(--border-radius-large);
|
border-radius: var(--border-radius-large);
|
||||||
border: solid thin rgb(192, 192, 192);
|
border: solid thin rgb(192, 192, 192);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>AIO</title>
|
<title>AIO</title>
|
||||||
<link rel="stylesheet" href="style.css?v8" media="all" />
|
<link rel="stylesheet" href="style.css?v9" media="all" />
|
||||||
<link rel="icon" href="img/favicon.png">
|
<link rel="icon" href="img/favicon.png">
|
||||||
<script type="text/javascript" src="forms.js?v1"></script>
|
<script type="text/javascript" src="forms.js?v1"></script>
|
||||||
<script type="text/javascript" src="toggle-dark-mode.js?v1"></script>
|
<script type="text/javascript" src="toggle-dark-mode.js?v1"></script>
|
||||||
|
|||||||
@@ -1,13 +1,15 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
#floating-box {
|
#floating-box {
|
||||||
position: fixed;
|
position: sticky;
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
|
float: right;
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user