You've already forked Mailu
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user