mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
CSS tweak for logo and version
This commit is contained in:
parent
80ecb82cc2
commit
7097175c6f
@ -20,7 +20,10 @@
|
||||
<div id="container">
|
||||
<div id="top-nav">
|
||||
<div id="logo">
|
||||
<h1>Stable Diffusion UI <small>v2.4.13 <span id="updateBranchLabel"></span></small></h1>
|
||||
<h1>
|
||||
Stable Diffusion UI
|
||||
<small>v2.4.13 <span id="updateBranchLabel"></span></small>
|
||||
</h1>
|
||||
</div>
|
||||
<div id="server-status">
|
||||
<div id="server-status-color">●</div>
|
||||
|
@ -131,6 +131,7 @@ code {
|
||||
}
|
||||
#logo small {
|
||||
font-size: 11pt;
|
||||
margin-left: 7pt;
|
||||
}
|
||||
#editor {
|
||||
background: var(--background-color1);
|
||||
|
Loading…
Reference in New Issue
Block a user