Make the label 10pt

This commit is contained in:
cmdr2 2022-10-18 16:20:35 +05:30
parent 83d6c3ba88
commit 4a956b5a55
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<div id="container">
<div id="top-nav">
<div id="logo">
<h1>Stable Diffusion UI <small>v2.27 <span id="updateBranchLabel"></span></small></h1>
<h1>Stable Diffusion UI <small>v2.28 <span id="updateBranchLabel"></span></small></h1>
</div>
<ul id="top-nav-items">
<li class="dropdown">

View File

@ -164,7 +164,7 @@ a:visited {
color: rgb(0, 102, 204);
}
label {
font-size: 9pt;
font-size: 10pt;
}
#prompt {
width: 100%;