Improve dashboard page for mobile
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
a726042773
commit
e65866d4ff
1 changed files with 19 additions and 2 deletions
|
@ -186,7 +186,24 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $screen-xs-max) {
|
@media (max-width: $screen-xs-max) {
|
||||||
.event-item .event-title {
|
.event-item {
|
||||||
@include str-truncated(65%);
|
.event-title {
|
||||||
|
white-space: normal;
|
||||||
|
overflow: visible;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
.avatar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-body {
|
||||||
|
margin: 0;
|
||||||
|
border-left: 2px solid #DDD;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-item-timestamp {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue