This commit is contained in:
agahhulusi 2021-01-19 11:56:42 +03:00
parent 2512e6dc28
commit 71103e1504
2 changed files with 35 additions and 1 deletions

View file

@ -1,8 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BranchesTreeState">
<expand>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
</path>
</expand>
<select />
</component>
<component name="ChangeListManager">
<list default="true" id="7a28f45d-2ff5-44bf-b867-8386170d77fd" name="Default" comment="">
<change beforePath="$PROJECT_DIR$/liderv2/lider/lider.md" beforeDir="false" afterPath="$PROJECT_DIR$/liderv2/lider/lider.md" afterDir="false" />
<change afterPath="$PROJECT_DIR$/liderv2/lider/extra.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -58,6 +77,17 @@
</task>
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsContentAnnotationSettings">
<option name="myLimit" value="2678400000" />
</component>

4
liderv2/lider/extra.css Normal file
View file

@ -0,0 +1,4 @@
body{
overflow-y: hidden !important;
overflow-x: hidden !important;
}