mirror of https://github.com/gogs/gogs.git
settings: fix organization panel CSS
parent
71f0dd858b
commit
c8982f4165
|
@ -2762,7 +2762,7 @@ footer .ui.language .menu {
|
|||
.user.settings .email.list .item:not(:first-child) .button {
|
||||
margin-top: -10px;
|
||||
}
|
||||
.user.settings .orgs {
|
||||
.user.settings .orgs.non-empty {
|
||||
padding: 0;
|
||||
}
|
||||
.user.settings .orgs .item {
|
||||
|
|
|
@ -20,7 +20,9 @@
|
|||
}
|
||||
}
|
||||
.orgs {
|
||||
&.non-empty {
|
||||
padding: 0;
|
||||
}
|
||||
.item {
|
||||
padding: 10px;
|
||||
.button {
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<a class="ui blue tiny button" href="{{AppSubUrl}}/org/create">{{.i18n.Tr "new_org"}}</a>
|
||||
</div>
|
||||
</h4>
|
||||
<div class="ui attached segment orgs">
|
||||
<div class="ui attached segment orgs {{if .Orgs}}non-empty{{end}}">
|
||||
{{if .Orgs}}
|
||||
<div class="ui middle aligned divided list">
|
||||
{{range .Orgs}}
|
||||
|
|
Loading…
Reference in New Issue