Browse Source

Fix not completely visible messages in mobile view with open keyboard.

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

23
.idea/workspace.xml

@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
<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" />
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -45,7 +44,7 @@ @@ -45,7 +44,7 @@
<workItem from="1597264411672" duration="27000" />
<workItem from="1597264469454" duration="594000" />
<workItem from="1597346228730" duration="1851000" />
<workItem from="1597348092890" duration="4691000" />
<workItem from="1597348092890" duration="4775000" />
</task>
<task id="LOCAL-00001" summary="Adds gitignore.">
<created>1597348071361</created>
@ -89,7 +88,14 @@ @@ -89,7 +88,14 @@
<option name="project" value="LOCAL" />
<updated>1597352494191</updated>
</task>
<option name="localTasksCounter" value="7" />
<task id="LOCAL-00007" summary="Design fixes;&#10;Adds font-awesome;&#10;Adds scroll-down-button;">
<created>1597352800309</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1597352800309</updated>
</task>
<option name="localTasksCounter" value="8" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -102,25 +108,26 @@ @@ -102,25 +108,26 @@
<MESSAGE value="New responsive design which is mobile first." />
<MESSAGE value="Color change;" />
<MESSAGE value="Fix vh." />
<option name="LAST_COMMIT_MESSAGE" value="Fix vh." />
<MESSAGE value="Design fixes;&#10;Adds font-awesome;&#10;Adds scroll-down-button;" />
<option name="LAST_COMMIT_MESSAGE" value="Design fixes;&#10;Adds font-awesome;&#10;Adds scroll-down-button;" />
</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="1597352494150">
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597352800262">
<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="1597352494150" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597352800262" />
<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="1597352497413">
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597352801406">
<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="1597352497413" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597352801406" />
<state x="0" y="0" width="616" height="720" key="find.popup" timestamp="1597346688624">
<screen x="0" y="0" width="1366" height="720" />
</state>

1
app.css

@ -32,6 +32,7 @@ body { @@ -32,6 +32,7 @@ body {
margin-top: 4em;
overflow-y: scroll;
height: 65vh;
padding-bottom: 2em;
}
#chatbox-wrapper {

Loading…
Cancel
Save