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="container">
<div id="top-nav"> <div id="top-nav">
<div id="logo"> <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> </div>
<ul id="top-nav-items"> <ul id="top-nav-items">
<li class="dropdown"> <li class="dropdown">

View File

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