This commit is contained in:
Ralith
2023-02-24 18:34:54 +00:00
parent 24721006b3
commit bf9fe6f4df
10 changed files with 31 additions and 6 deletions
+2
View File
@@ -33,6 +33,7 @@
</head>
<body>
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "";
@@ -181,5 +182,6 @@
<!-- Custom JS scripts -->
</div>
</body>
</html>
+13 -6
View File
@@ -2,12 +2,6 @@
@import 'variables.css';
::-webkit-scrollbar {
background: var(--bg);
}
::-webkit-scrollbar-thumb {
background: var(--scrollbar);
}
html {
scrollbar-color: var(--scrollbar) var(--bg);
}
@@ -18,6 +12,19 @@ a > .hljs {
color: var(--links);
}
/*
body-container is necessary because mobile browsers don't seem to like
overflow-x on the body tag when there is a <meta name="viewport"> tag.
*/
#body-container {
/*
This is used when the sidebar pushes the body content off the side of
the screen on small screens. Without it, dragging on mobile Safari
will want to reposition the viewport in a weird way.
*/
overflow-x: hidden;
}
/* Menu Bar */
#menu-bar,
+2
View File
@@ -32,6 +32,7 @@
</head>
<body>
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "";
@@ -222,5 +223,6 @@ However, data loss of a single packet will still block all response streams beca
<!-- Custom JS scripts -->
</div>
</body>
</html>
+2
View File
@@ -32,6 +32,7 @@
</head>
<body>
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "";
@@ -222,5 +223,6 @@ However, data loss of a single packet will still block all response streams beca
<!-- Custom JS scripts -->
</div>
</body>
</html>
+2
View File
@@ -33,6 +33,7 @@
</head>
<body>
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "";
@@ -625,5 +626,6 @@ This could be useful if data arrival isn't essential or when high throughput is
});
</script>
</div>
</body>
</html>
+2
View File
@@ -32,6 +32,7 @@
</head>
<body>
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "";
@@ -209,5 +210,6 @@ One thing is for sure, QUIC has many great potentials and will serve us in the f
<!-- Custom JS scripts -->
</div>
</body>
</html>
+2
View File
@@ -32,6 +32,7 @@
</head>
<body>
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "";
@@ -285,5 +286,6 @@ crates will always be at least 6 months old at the time of release.</p>
<!-- Custom JS scripts -->
</div>
</body>
</html>
+2
View File
@@ -32,6 +32,7 @@
</head>
<body>
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "../";
@@ -310,5 +311,6 @@ After configuring plug the configuration into the <code>Endpoint</code>.</p>
<!-- Custom JS scripts -->
</div>
</body>
</html>
+2
View File
@@ -32,6 +32,7 @@
</head>
<body>
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "../";
@@ -293,5 +294,6 @@ This could be useful if data arrival isn't essential or when high throughput is
<!-- Custom JS scripts -->
</div>
</body>
</html>
+2
View File
@@ -32,6 +32,7 @@
</head>
<body>
<div id="body-container">
<!-- Provide site root to javascript -->
<script>
var path_to_root = "../";
@@ -250,5 +251,6 @@ The <code>SERVER_NAME</code> argument is the DNS name, matching the certificate
<!-- Custom JS scripts -->
</div>
</body>
</html>