WebUI: use native property to set styles

This commit is contained in:
Chocobo1
2024-08-09 23:00:06 +08:00
parent 0c7045042d
commit 9df3ee0de8
6 changed files with 48 additions and 69 deletions

View File

@@ -39,7 +39,7 @@
#rightRssColumn {
float: left;
/* should be 20 px but due to rounding differences some browsers don't render that properly */
width: calc(calc(100% - 21px) / 3);
width: calc((100% - 21px) / 3);
border: none;
}