align the icons

This commit is contained in:
Jakob Ketterl 2020-03-08 22:33:41 +01:00
parent 6ab77f958c
commit a2dc2b3085
1 changed files with 3 additions and 4 deletions

View File

@ -123,16 +123,15 @@
#openwebrx-main-buttons ul
{
display: table;
margin:0;
padding: 0;
}
#openwebrx-main-buttons ul li
{
display: table-cell;
padding-left: 5px;
padding-right: 5px;
display: inline-block;
width: 55px;
cursor:pointer;
}