mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-17 06:14:54 +00:00
Initial popup view for messages
This commit is contained in:
@@ -11,6 +11,20 @@
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
body.popup {
|
||||
.viewer {
|
||||
width: 100%;
|
||||
}
|
||||
.view-detail {
|
||||
max-width: 100%;
|
||||
}
|
||||
@include from(md) {
|
||||
[class|="view"] {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// We make intensive use of the list/detail view pattern, here are some base
|
||||
// definitions for this
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user