Merge e0a1123833
into 5b483b0c89
This commit is contained in:
commit
8282bb0e24
|
@ -2,6 +2,7 @@
|
||||||
<html lang="en" style="overflow: hidden">
|
<html lang="en" style="overflow: hidden">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title><%= config.name %> - Riju</title>
|
<title><%= config.name %> - Riju</title>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
@ -61,8 +62,8 @@
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div style="height: 100%">
|
<div id="editor-wrapper">
|
||||||
<div id="editor" style="height: 100%; margin: 12px; margin-left: 0"></div>
|
<div id="editor" style="height: 100%; margin-top: 30px; margin-left: 0"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column" id="terminal" style="background: black; padding: 0">
|
<div class="column" id="terminal" style="background: black; padding: 0">
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Riju</title>
|
<title>Riju</title>
|
||||||
<link rel="stylesheet" href="/css/index.css" />
|
<link rel="stylesheet" href="/css/index.css" />
|
||||||
<% if (analyticsTag) { %>
|
<% if (analyticsTag) { %>
|
||||||
|
|
|
@ -5,3 +5,13 @@
|
||||||
#header .button {
|
#header .button {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
#editor-wrapper {
|
||||||
|
max-height: 50vh !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#editor-wrapper {
|
||||||
|
height: 100%;
|
||||||
|
}
|
Loading…
Reference in New Issue