mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Fix tablet view
This commit is contained in:
parent
5b8e1fedf1
commit
163a17d6d9
1 changed files with 21 additions and 1 deletions
|
@ -162,6 +162,7 @@
|
|||
.ga-bottom {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ga-main {
|
||||
|
@ -223,6 +224,7 @@
|
|||
|
||||
&:hover {
|
||||
background-color: $brand-primary-light;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.activity-text {
|
||||
|
@ -292,7 +294,7 @@
|
|||
}
|
||||
|
||||
.ga-side {
|
||||
flex-basis: 350px;
|
||||
flex-basis: 320px;
|
||||
flex-shrink: 0;
|
||||
height: 100%;
|
||||
margin-right: -15px;
|
||||
|
@ -389,6 +391,24 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.ga-main {
|
||||
.activities-day {
|
||||
flex-direction: column;
|
||||
|
||||
.date-activities {
|
||||
margin: 5px 10px 0 0;
|
||||
padding-left: 10px;
|
||||
|
||||
.activities-counter-label {
|
||||
border-bottom: 1px solid $color-gainsboro;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Common code
|
||||
|
||||
.datetime-picker-container {
|
||||
|
|
Loading…
Reference in a new issue