Icon cleanup

This commit is contained in:
jokob-sk
2024-12-06 07:38:51 +11:00
parent a77dcb5809
commit 80e8cb3f74
3 changed files with 30 additions and 2 deletions

View File

@@ -1260,6 +1260,11 @@ input[readonly] {
display: flex;
}
.iconColumn
{
max-height: 25px;
}
.iconPreviewSelector svg
{
width:40px;
@@ -1277,6 +1282,21 @@ input[readonly] {
}
#tableDevices .fab
{
font-size: 1.5em;
}
#tableDevices .fa
{
font-size: 1.0em;
}
#tableDevices tbody tr
{
height: 1.5em;
}
.info-icon-nav
{
top: -6px;