removed homepage footer
This commit is contained in:
@@ -158,28 +158,6 @@ body {
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
#login-footer {
|
||||
color: #aaa;
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
width: 280px;
|
||||
margin-top: 10px;
|
||||
line-height: 1.4;
|
||||
background: rgba(0, 100, 150, 0.15);
|
||||
border: 1px solid rgba(0, 150, 200, 0.2);
|
||||
border-radius: 4px;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
||||
#login-footer a {
|
||||
color: #00c8ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#login-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#login-btn {
|
||||
background: #1a1a1a;
|
||||
color: #888;
|
||||
|
||||
@@ -22,9 +22,6 @@
|
||||
<input type="text" id="login-channels" placeholder="Channels (e.g. #dev,#comms)" spellcheck="false" autocapitalize="off" autocomplete="off" value="#dev,#comms,#exchange,#hardchats,#scroll,#superbowl">
|
||||
<label id="login-remember-label"><input type="checkbox" id="login-remember"> Remember my settings</label>
|
||||
<button id="login-btn">Connect</button>
|
||||
<div id="login-footer">
|
||||
Does your IRC network support WebSockets? <a href="https://github.com/supernets/superchat/issues" target="_blank" rel="noopener">Open an issue</a> to submit your network! We're building a dropdown list of WebSocket-enabled networks.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="app" class="hidden">
|
||||
|
||||
Reference in New Issue
Block a user