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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
3889
wled00/html_ui.h
3889
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user