mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
finish all new user settings UI
This commit is contained in:
@@ -253,9 +253,6 @@ footer {
|
||||
text-align: center;
|
||||
color: #428bca;
|
||||
}
|
||||
.ui.language.dropdown {
|
||||
z-index: 10000;
|
||||
}
|
||||
.links >* {
|
||||
border-left: 1px solid #d6d6d6;
|
||||
padding-left: 8px;
|
||||
|
@@ -3,10 +3,19 @@
|
||||
padding-bottom: @footer-margin * 2;
|
||||
|
||||
&.settings {
|
||||
.key.list {
|
||||
.list {
|
||||
.item.ui.grid {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
.email.list {
|
||||
.item:not(:first-child) {
|
||||
border-top: 1px solid #eaeaea;
|
||||
height: 50px;
|
||||
.button {
|
||||
margin-top: -10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user