Polish launcher main and library flows
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="landingNavButtons">
|
||||
<button id="landingLibraryButton" class="launcherSecondaryButton"><%- lang('landing.libraryButton') %></button>
|
||||
<button id="landingInstallButton" class="launcherSecondaryButton"><%- lang('landing.installButton') %></button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="right">
|
||||
<div id="rightContainer">
|
||||
@@ -165,15 +161,8 @@
|
||||
<div class="bot_wrapper">
|
||||
<div id="content">
|
||||
<button id="newsButton">
|
||||
<!--<img src="assets/images/icons/arrow.svg" id="newsButtonSVG"/>-->
|
||||
<div id="newsButtonAlert" style="display: none;"></div>
|
||||
<svg id="newsButtonSVG" viewBox="0 0 24.87 13.97">
|
||||
<defs>
|
||||
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;}</style>
|
||||
</defs>
|
||||
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/>
|
||||
</svg>
|
||||
<span id="newsButtonText"><%- lang('landing.newsButton') %></span>
|
||||
<span id="newsButtonText"><%- lang('landing.installButton') %></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -198,7 +187,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="newsContainer">
|
||||
<div id="newsContainer" style="display: none;">
|
||||
<div id="newsContent" article="-1" style="display: none;">
|
||||
<div id="newsStatusContainer">
|
||||
<div id="newsStatusContent">
|
||||
|
||||
Reference in New Issue
Block a user