mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Reduce OS icons size for clients
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
4c69935e7a
commit
9ac7ff10ce
@ -142,8 +142,11 @@ footer license-info p{
|
||||
|
||||
.os-icon {
|
||||
display: block;
|
||||
width: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-height: 40px;
|
||||
max-width: 40px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.shortcut-label {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user