Make routing sources and destinations the same width

Fixes #4.
This commit is contained in:
Szabolcs Szőke
2022-03-26 20:44:23 +01:00
parent 961c417603
commit b9f0b64d18
2 changed files with 31 additions and 11 deletions

View File

@@ -1,9 +1,11 @@
.route-label {
font-size: smaller;
border-radius: 3px;
}
.route-label:hover {
background: @theme_selected_bg_color;
outline: 2px solid @theme_selected_bg_color;
}
.route-label:drop(active) {