mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Merge pull request #41 from ascribe/make-mobile-mailbox-full-width
Make header notification full width on mobile
This commit is contained in:
commit
638804837e
@ -2,8 +2,9 @@ $break-small: 764px;
|
||||
$break-medium: 991px;
|
||||
$break-medium: 1200px;
|
||||
|
||||
.notification-header,.notification-wrapper {
|
||||
width: 350px;
|
||||
.notification-header, .notification-wrapper {
|
||||
min-width: 350px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.notification-header {
|
||||
@ -81,4 +82,4 @@ $break-medium: 1200px;
|
||||
border: 1px solid #cccccc;
|
||||
background-color: white;
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user