mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Fix vertical alignment of shortcut icons
- Add min-height to shortcut label Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
667282bae9
commit
b353a292fe
@ -41,7 +41,9 @@
|
|||||||
<center>
|
<center>
|
||||||
<img src="{% static 'theme/icons/' %}{{ shortcut.icon }}.png" style="max-width: 100px; height: 100px" />
|
<img src="{% static 'theme/icons/' %}{{ shortcut.icon }}.png" style="max-width: 100px; height: 100px" />
|
||||||
<br>
|
<br>
|
||||||
|
<div class="shortcut-label">
|
||||||
{{ shortcut.label|linebreaks }}
|
{{ shortcut.label|linebreaks }}
|
||||||
|
</div>
|
||||||
</center>
|
</center>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@ -113,4 +113,8 @@ footer {
|
|||||||
|
|
||||||
footer license-info p{
|
footer license-info p{
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shortcut-label {
|
||||||
|
min-height:50px;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user