summaryrefslogtreecommitdiff
path: root/sass/app.scss
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-05-30 21:27:43 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-05-30 21:27:43 +0200
commit9a8ce90c36dfe9a63aff0824fb55ff6cc64fdbb8 (patch)
tree96216119a60bb681dda2c68fabf8651e20135619 /sass/app.scss
parent30740872067ea3869e2b513ad8eb734e268a3e3a (diff)
departure list: avoid route/info overflow on small screens
Diffstat (limited to 'sass/app.scss')
-rw-r--r--sass/app.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/sass/app.scss b/sass/app.scss
index d9e83ce..2637f00 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -347,8 +347,8 @@ div.app li .route {
position:absolute;
top:1px;
left:7.7em;
+ right: 7em;
height: 1.2em;
- width: 70%;
overflow: hidden;
color: $route-color;
}
@@ -360,8 +360,8 @@ div.app li .info {
position:absolute;
top:1px;
left:7.7em;
+ right: 7em;
height: 1.2em;
- width: 70%;
overflow: hidden;
}