1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Add style for responsive design

This commit is contained in:
Alexander Graf
2023-01-23 22:41:01 +01:00
parent 3a1cecbe21
commit 3c9c01f8eb

View File

@@ -9,3 +9,13 @@
color: #fff;
background-color: #45555c;
}
@media screen and (max-width: 480px) {
#taskmenu a.button-mailu {
background-position: 0px;
background-size: 40px 40px;
}
#taskmenu a.button-mailu.selected, #taskmenu a.button-mailu.selected:hover, #taskmenu a.button-mailu:hover {
color: #000;
background-color: #ececec;
}
}