update title

This commit is contained in:
sawka
2022-12-05 22:28:09 -08:00
parent 44967fdeb3
commit 5614589922
2 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -2601,8 +2601,8 @@ class Main extends React.Component<{}, {}> {
return (
<div id="main">
<h1 className="title prompt-logo-small">
<div className="title-cursor">&#9608;</div>
prompt&gt;
[prompt]
<span className="title-cursor">&#9608;</span>
</h1>
<div className="main-content">
<MainSideBar/>
+4 -5
View File
@@ -175,11 +175,10 @@ html, body, #main {
border-bottom: 2px solid #ddd;
.title-cursor {
position: absolute;
left: 112px;
bottom: 12px;
color: rgb(0, 177, 10);
.mono-font(1rem);
position: relative;
bottom: 3px;
left: 3px;
.mono-font(1.2rem);
}
}