Update styling to be more responsive to scaling.

This commit is contained in:
Jas Singh
2024-06-23 23:34:18 -07:00
parent f03443a252
commit ef11216641
8 changed files with 84 additions and 76 deletions

View File

@@ -17,12 +17,12 @@
}
.network-element-items-container * {
font-size: 1.1rem;
font-size: 0.95em;
}
.network-element-item {
&:not(:last-child) {
margin-bottom: 0.5rem;
margin-bottom: 0.4em;
}
&:hover {
@@ -40,7 +40,7 @@
padding: 0.4rem;
margin-left: 2.5rem;
margin-bottom: 0.5rem;
font-size: 1rem;
font-size: 0.85em;
}
.menu-icon-button.refresh.network {
@@ -60,7 +60,7 @@
}
label {
font-size: 1.35rem;
font-size: 1.45em;
}
}
@@ -86,6 +86,6 @@
}
label {
font-size: 1.5rem;
font-size: 1.35em;
}
}