summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-09-03 15:50:39 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-09-03 15:50:39 +0200
commit836217bb9d948a7b8dd461cfce2fcb762de5677e (patch)
tree7b595eca9099f75052ee3852cd8ddb8cd448daf5
parentd23bfb57e201f70329e896fb07429b4913e5148a (diff)
Decrease icon size in HAFAS messages
-rw-r--r--sass/app.scss6
-rw-r--r--templates/_train_details.html.ep2
2 files changed, 7 insertions, 1 deletions
diff --git a/sass/app.scss b/sass/app.scss
index c7cc2f6..1d4f5e9 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -554,6 +554,12 @@ div.app {
}
}
+ .messages {
+ i.material-icons {
+ font-size: 14px;
+ }
+ }
+
.mroute {
.important-stop {
color: $fg;
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep
index bcef76c..5bd42c9 100644
--- a/templates/_train_details.html.ep
+++ b/templates/_train_details.html.ep
@@ -162,7 +162,7 @@
% if ($departure->{moreinfo} and @{$departure->{moreinfo}}) {
Meldungen:
- <ul>
+ <ul class="messages">
% for my $pair (@{$departure->{moreinfo}}) {
<li>
% if ($pair->[0]->isa('DateTime')) {