mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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 {
|
.os-icon {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 40px;
|
||||||
|
max-width: 40px;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shortcut-label {
|
.shortcut-label {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user