mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
reduce font size on mobile prog expansion
This commit is contained in:
parent
9c79bf1865
commit
b58a6804c2
@ -191,6 +191,6 @@ sup sup, sub sup, sup sub, sub sub { top: 0; }
|
|||||||
|
|
||||||
// make mobile timeline top and bottom dates easier to select
|
// make mobile timeline top and bottom dates easier to select
|
||||||
.topic-timeline {
|
.topic-timeline {
|
||||||
.start-date { font-size: 120%; padding: 5px; }
|
.start-date { font-size: 110%; padding: 5px; }
|
||||||
.now-date { font-size: 120%; padding: 5px; }
|
.now-date { font-size: 110%; padding: 5px; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user