mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
💄 improve(ui)
This commit is contained in:
parent
2c902ab254
commit
c23b88b096
@ -7,12 +7,15 @@
|
||||
.nb-container {
|
||||
padding-top: 75px;
|
||||
min-height: 80%;
|
||||
padding-bottom: 75px;
|
||||
}
|
||||
|
||||
.footer.segment {
|
||||
margin-top: 40px !important;
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.login-form {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{{define "common/footer"}}
|
||||
<div class="ui inverted vertical footer segment">
|
||||
<div class="ui center aligned text container">
|
||||
本系统由 <a href="https://github.com/naiba/nezha" target="_blank">哪吒面板</a> <small>build · {{.Version}}</small> 强力驱动
|
||||
<div class="ui center aligned is-size-7 container">
|
||||
本系统由 <a href="https://github.com/naiba/nezha" style="color: white;" target="_blank">哪吒面板</a> build · {{.Version}} 强力驱动
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://cdnjs.loli.net/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user