[Mobile] Set viewport
Viewport has been set in index.html. Then what was implemented prior to this (rem-display and browser-manage) was commented out.
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
<div class="holder browse-area s-browse-area abs" ng-controller="BrowseController">
|
||||
<mct-split-pane class='contents abs' anchor='left'>
|
||||
<div class='split-pane-component treeview pane browser-manage'>
|
||||
<!-- style="min-width: 150px; max-width: 800px; width: 25%;"-->
|
||||
<mct-representation key="'create-button'" mct-object="navigatedObject">
|
||||
</mct-representation>
|
||||
<div class='holder tree-holder abs'>
|
||||
@@ -36,7 +35,7 @@
|
||||
</div>
|
||||
<mct-splitter></mct-splitter>
|
||||
<div class='split-pane-component items pane'>
|
||||
<div class='holder abs' id='content-area'>
|
||||
<div class='holder abs rem-display' id='content-area'>
|
||||
<mct-representation mct-object="navigatedObject" key="'browse-object'">
|
||||
</mct-representation>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user