mirror of
https://github.com/moparisthebest/mail
synced 2025-03-03 02:01:45 -05:00
put width of message list in desktop css module
This commit is contained in:
parent
059b5a3762
commit
6dc3e93112
@ -2,6 +2,7 @@
|
||||
|
||||
.left-listing {
|
||||
float: left;
|
||||
width: 344px;
|
||||
}
|
||||
|
||||
.right-reader {
|
||||
|
@ -31,12 +31,7 @@
|
||||
.message-list {
|
||||
background-color: $lightgrey-color;
|
||||
padding: 46px 15px;
|
||||
width: 314px;
|
||||
|
||||
/* Landscape phone to portrait tablet */
|
||||
@media (max-width: 767px) {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
@mixin marked {
|
||||
background-color: $blue-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user