Update styling to be more responsive to scaling.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user