Replace details view toggle with a button

This commit is contained in:
Cohee
2024-09-08 01:19:52 +03:00
parent 7952b5f2c9
commit 38751d4fe2
4 changed files with 37 additions and 41 deletions

View File

@@ -1,13 +1,11 @@
#connection_profile_details>summary {
cursor: pointer;
font-weight: bold;
font-size: 1.1em;
}
#connection_profile_details ul {
#connection_profile_details_content {
margin: 5px 0;
}
#connection_profile_spinner {
margin-lefT: 5px;
#connection_profile_details_content ul {
margin: 0;
}
#connection_profile_spinner {
margin-left: 5px;
}