# HG changeset patch # User Anton Shestakov <av6@dwimlabs.net> # Date 1460797153 -28800 # Node ID f4d47c72e93bde0d493f1ac4962f72732a9ee043 # Parent be1b1e8ec5dd6f84a6cbe3f28dcac8beccf8631b index: remove server info panel from sidebar (will be replaced later) diff -r be1b1e8ec5dd -r f4d47c72e93b css/tram-im.css --- a/css/tram-im.css Sat Apr 16 09:17:11 2016 +0800 +++ b/css/tram-im.css Sat Apr 16 16:59:13 2016 +0800 @@ -43,15 +43,10 @@ .sidebar .status-pip { margin-right: 2px; } -.sidebar .uk-panel { - color: #777; - margin: 20px 15px; -} .sidebar.mini { width: 42px; } -.sidebar.mini .label, -.sidebar.mini .uk-panel { +.sidebar.mini .label { display: none; } .main-grid { diff -r be1b1e8ec5dd -r f4d47c72e93b index.html --- a/index.html Sat Apr 16 09:17:11 2016 +0800 +++ b/index.html Sat Apr 16 16:59:13 2016 +0800 @@ -117,11 +117,6 @@ </a> </li> </ul> - <div class="uk-panel"> - <p rv-if="model:server/name"> - Server: { model:server/name } { model:server/version } on { model:server/os } - </p> - </div> </div> <div data-app="calls"></div>