Subtle style change, plus launch new tabs on history/library.

This commit is contained in:
scoobybejesus 2022-06-22 21:27:19 -04:00
parent eb74dc4ae5
commit 9a66e1b853
1 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<div class="container">
<div class="row">
<!-- Post Content Column -->
<div class="col-lg-12">
<div class="col-lg-9">
<!-- Title -->
<h1 class="mt-4" style="margin-bottom: 2rem;">
IRC!Radio
@ -45,14 +45,14 @@
<div class="row">
<div class="col-md-3">
<h4>History</h4>
<a href="/history.txt">history.txt</a>
<a href="/history.txt" target="_blank">View in new tab</a>
</div>
<div class="col-md-5">
<h4>Library
<small style="font-size:12px">(by user)</small>
<h4>View User Library
<small style="font-size:12px"></small>
</h4>
<form method="GET" action="/library">
<form target="_blank" method="GET" action="/library">
<div class="input-group mb-3 style=no-gutters">
<input type="text" class="form-control" id="name" name="name" placeholder="username...">
<div class="input-group-append">