idk
This commit is contained in:
@@ -24,18 +24,15 @@
|
|||||||
</a>
|
</a>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="main-content">
|
<div id="messages" class="messages">
|
||||||
<div id="messages" class="messages">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
<div class="textbox">
|
|
||||||
<input class="text_input" name="valami" type="text" id="promptText" placeholder="Kérdezz az OSI modellről... vagy idk...">
|
|
||||||
<button class="send_button" onclick="send_data()">send</button>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
<footer>
|
||||||
|
<div class="textbox">
|
||||||
|
<input class="text_input" name="valami" type="text" id="promptText" placeholder="Kérdezz az OSI modellről... vagy idk...">
|
||||||
|
<button class="send_button" onclick="send_data()">send</button>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -42,8 +42,6 @@ body {
|
|||||||
|
|
||||||
.message {
|
.message {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
position: relative;
|
|
||||||
bottom: 0px;
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 0px 25px;
|
padding: 0px 25px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -61,9 +59,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.messages {
|
.messages {
|
||||||
height: 100%;
|
margin-bottom: 10%;
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0px auto 0px auto;
|
margin: 5px auto 0px auto;
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
@@ -142,6 +141,7 @@ body {
|
|||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
z-index: 5;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #212121;
|
background: #212121;
|
||||||
|
|||||||
Reference in New Issue
Block a user