forked from extern/easydiffusion
Replace hr by border-bottom
This commit is contained in:
parent
087df18fea
commit
4913dc1aad
@ -246,7 +246,6 @@
|
||||
<div class="float-container">
|
||||
<div class="float-child">
|
||||
<h1>Help</h1>
|
||||
<hr>
|
||||
<ul id="help-links">
|
||||
<li><span class="help-section">Using the software</span>
|
||||
<ul>
|
||||
@ -272,7 +271,6 @@
|
||||
|
||||
<div class="float-child">
|
||||
<h1>Community</h1>
|
||||
<hr>
|
||||
<ul id="community-links">
|
||||
<li><a href="https://discord.com/invite/u9yhsFmEkB" target="_blank"><i class="fa-brands fa-discord fa-fw"></i> Discord user community</a></li>
|
||||
<li><a href="https://www.reddit.com/r/StableDiffusionUI/" target="_blank"><i class="fa-brands fa-reddit fa-fw"></i> Reddit community</a></li>
|
||||
|
@ -341,6 +341,9 @@ img {
|
||||
color: var(--text-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
.float-child h1 {
|
||||
border-bottom: solid 1px silver;
|
||||
}
|
||||
#help-links {
|
||||
display: inline-block;
|
||||
list-style-type: none;
|
||||
|
Loading…
Reference in New Issue
Block a user