File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Moonlight/Shared/Views/Servers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 <div class =" accordion-item" >
5050 <h2 class =" accordion-header" id =" serverListGroup-header@(group.GetHashCode())" >
5151 <button class =" accordion-button fs-4 fw-semibold collapsed" type =" button" data-bs-toggle =" collapse" data-bs-target =" #serverListGroup-body@(group.GetHashCode())" aria-expanded =" false" aria-controls =" serverListGroup-body@(group.GetHashCode())" >
52- <div class =" d-flex justify-content-between" >
52+ <div class =" d-flex gap-2 justify-content-between" >
5353 <div >
5454 @if (EditMode )
5555 {
8080 </div >
8181 </button >
8282 </h2 >
83- <div id =" serverListGroup-body@(group.GetHashCode())" class =" accordion-collapse collapse" aria-labelledby =" serverListGroup-header@(group.GetHashCode())" data-bs-parent =" #serverListGroup" >
83+ <div id =" serverListGroup-body@(group.GetHashCode())" class =" accordion-collapse collapse @(string.IsNullOrEmpty(group.Name) ? " show " : " " ) " aria-labelledby =" serverListGroup-header@(group.GetHashCode())" data-bs-parent =" #serverListGroup" >
8484 <div class =" accordion-body" >
8585 <div class =" row min-h-200px draggable-zone" ml-server-group =" @(group.Name)" >
8686 @foreach ( var id in group .Servers )
You can’t perform that action at this time.
0 commit comments