mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +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>
|
||||
<img src="{% static 'theme/icons/' %}{{ shortcut.icon }}.png" style="max-width: 100px; height: 100px" />
|
||||
<br>
|
||||
<div class="shortcut-label">
|
||||
{{ shortcut.label|linebreaks }}
|
||||
</div>
|
||||
</center>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@ -113,4 +113,8 @@ footer {
|
||||
|
||||
footer license-info p{
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.shortcut-label {
|
||||
min-height:50px;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user