Browse Source

Fix vh.

master
Nero Ignis 5 years ago
parent
commit
150b660e43
  1. 23
      .idea/workspace.xml
  2. 6
      app.css

23
.idea/workspace.xml

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="e3f098f0-e98c-435a-af04-d153c9525633" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app.css" beforeDir="false" afterPath="$PROJECT_DIR$/app.css" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@ -43,7 +44,7 @@ @@ -43,7 +44,7 @@
<workItem from="1597264411672" duration="27000" />
<workItem from="1597264469454" duration="594000" />
<workItem from="1597346228730" duration="1851000" />
<workItem from="1597348092890" duration="4283000" />
<workItem from="1597348092890" duration="4393000" />
</task>
<task id="LOCAL-00001" summary="Adds gitignore.">
<created>1597348071361</created>
@ -73,7 +74,14 @@ @@ -73,7 +74,14 @@
<option name="project" value="LOCAL" />
<updated>1597352319654</updated>
</task>
<option name="localTasksCounter" value="5" />
<task id="LOCAL-00005" summary="Color change;">
<created>1597352391290</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1597352391290</updated>
</task>
<option name="localTasksCounter" value="6" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -84,25 +92,26 @@ @@ -84,25 +92,26 @@
<MESSAGE value="Add message filters;&#10;Add responsiveness;&#10;Remove disabled input while Kara types;&#10;Does not send empty messages;" />
<MESSAGE value="Restyling." />
<MESSAGE value="New responsive design which is mobile first." />
<option name="LAST_COMMIT_MESSAGE" value="New responsive design which is mobile first." />
<MESSAGE value="Color change;" />
<option name="LAST_COMMIT_MESSAGE" value="Color change;" />
</component>
<component name="WindowStateProjectService">
<state x="278" y="2" width="800" height="718" key="#Plugins" timestamp="1597350105557">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="278" y="2" width="800" height="718" key="#Plugins/0.0.1366.720@0.0.1366.720" timestamp="1597350105557" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597352319607">
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597352391244">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597352319607" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597352391244" />
<state x="172" y="0" key="SettingsEditor" timestamp="1597347922296">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="172" y="0" key="SettingsEditor/0.0.1366.720@0.0.1366.720" timestamp="1597347922296" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597352321535">
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597352392798">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597352321535" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597352392798" />
<state x="0" y="0" width="616" height="720" key="find.popup" timestamp="1597346688624">
<screen x="0" y="0" width="1366" height="720" />
</state>

6
app.css

@ -10,10 +10,6 @@ body { @@ -10,10 +10,6 @@ body {
color: white;
}
#kara .card {
height: 40em;
}
.message {
color: black;
padding: 10px;
@ -35,7 +31,7 @@ body { @@ -35,7 +31,7 @@ body {
#chat-box {
margin-top: 4em;
overflow-y: scroll;
height: 75vh;
height: 70vh;
}
#chatbox-wrapper {

Loading…
Cancel
Save