Skip to content

Commit

Permalink
Fix navBar style (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lvw666 authored Sep 8, 2023
1 parent e1ef875 commit fa6bf5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/hydrooj/locales/zh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ hour(s): 小时
If enabled, source code will be emailed to you after the submission is accepted.: 如果启用,在您通过题目后,源代码会以 Email 的形式发送给您。
If left blank, the built-in template of the corresponding language will be used.: 若留空,则将使用对应语言的内置代码模板。
Images: 图片
Import From Hydro: U+ 导入
Import From Hydro: Kathy 导入
Import from: 导入自
Import Problem: 导入题目
Import User: 导入用户
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,10 @@
// border-top: 1px solid #666

.dashboard
position: absolute
display: flex
justify-content: space-between
align-items: center
right: 376px
margin-left: 220px

.nav-flex
display: flex
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-default/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
<div class="container">
<div>
<span class="text-one">U+让信奥</span>
<span class="text-one">Kathy 让信奥</span>
<span class="text-two">学习</span>
</div>
<div class="text-three space">变得</div>
Expand Down

0 comments on commit fa6bf5b

Please sign in to comment.