bugfix: info page microscopic font size

splitting CSS attributes for info and nodes, to preserve font size for info page.
This commit is contained in:
Frank
2023-10-10 11:54:51 +02:00
parent 5476a90a69
commit 57096ad676
2 changed files with 1950 additions and 1945 deletions

View File

@@ -624,7 +624,11 @@ button {
width: 100%; width: 100%;
} }
#info td, #nodes td { /*WLEDMM split info and nodes table font attributes*/
#info td {
padding-bottom: 8px;
}
#nodes td {
font-size: 12px; /*WLEDMM small table cells (nodes popup) */ font-size: 12px; /*WLEDMM small table cells (nodes popup) */
padding-bottom: 8px; padding-bottom: 8px;
} }

File diff suppressed because it is too large Load Diff