mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
update title
This commit is contained in:
+2
-2
@@ -2601,8 +2601,8 @@ class Main extends React.Component<{}, {}> {
|
||||
return (
|
||||
<div id="main">
|
||||
<h1 className="title prompt-logo-small">
|
||||
<div className="title-cursor">█</div>
|
||||
prompt>
|
||||
[prompt]
|
||||
<span className="title-cursor">█</span>
|
||||
</h1>
|
||||
<div className="main-content">
|
||||
<MainSideBar/>
|
||||
|
||||
+4
-5
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user