bugfix: notification kist display on small screen (positionning of other views
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
.no-sidebar {
|
||||
flex: 1;
|
||||
margin-top: 50px;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&.with-padding {
|
||||
padding: 1.3rem;
|
||||
@ -11,8 +16,13 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
margin-top: 50px;
|
||||
overflow: hidden;
|
||||
|
||||
@include breakpoint(lg) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.views-container {
|
||||
flex: 1 0 0;
|
||||
/*-webkit-backface-visibility: hidden;*/
|
||||
|
Reference in New Issue
Block a user