CSS tweak for logo and version

This commit is contained in:
cmdr2 2022-11-22 11:07:50 +05:30
parent 80ecb82cc2
commit 7097175c6f
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -131,6 +131,7 @@ code {
}
#logo small {
font-size: 11pt;
margin-left: 7pt;
}
#editor {
background: var(--background-color1);