1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Fix argon theme menu size

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-08 15:07:22 +02:00
parent 8d4ae79b23
commit e8aade846a

View file

@ -547,7 +547,7 @@ small {
top: 0;
float: left;
width: 15%;
width: calc(0% + 10rem);
width: calc(0% + 20rem);
height: 100%;
background-color: #fff;
background-color: var(--menu-bg-color);