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 {
|
.left-listing {
|
||||||
float: left;
|
float: left;
|
||||||
|
width: 344px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-reader {
|
.right-reader {
|
||||||
|
@ -31,12 +31,7 @@
|
|||||||
.message-list {
|
.message-list {
|
||||||
background-color: $lightgrey-color;
|
background-color: $lightgrey-color;
|
||||||
padding: 46px 15px;
|
padding: 46px 15px;
|
||||||
width: 314px;
|
width: inherit;
|
||||||
|
|
||||||
/* Landscape phone to portrait tablet */
|
|
||||||
@media (max-width: 767px) {
|
|
||||||
width: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
@mixin marked {
|
@mixin marked {
|
||||||
background-color: $blue-color;
|
background-color: $blue-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user