mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Smaller mobile pages.
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<h1 class="page-header">
|
<h1 class="page-header">
|
||||||
{% if mainTitleIcon %}
|
{% if mainTitleIcon %}
|
||||||
<i class="fa {{ mainTitleIcon }}"></i>
|
<i class="hidden-xs fa {{ mainTitleIcon }}"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ title }}
|
{{ title }}
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
{% if subTitle %}
|
{% if subTitle %}
|
||||||
<small>
|
<small>
|
||||||
{% if subTitleIcon %}
|
{% if subTitleIcon %}
|
||||||
<i class="fa {{ subTitleIcon }}"></i>
|
<i class="hidden-xs fa {{ subTitleIcon }}"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ subTitle }}
|
{{ subTitle }}
|
||||||
</small>
|
</small>
|
||||||
|
Reference in New Issue
Block a user