Fix scrolling through double-width Unicode characters

This commit is contained in:
Darren Burns
2022-05-19 14:14:27 +01:00
parent 6a56e77c75
commit bc7a64dae5
3 changed files with 75 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ App {
Screen {
layout: dock;
docks: top=top bottom=bottom;
background: $secondary;
background: $background;
}
#fahrenheit {
@@ -42,7 +42,7 @@ Screen {
}
#topsearchbox {
width: 100%;
width: 10%;
}
#footer {