UX: Adjustments to topic admin menu on mobile (#9945)

This commit is contained in:
Penar Musaraj
2020-06-01 09:39:38 -04:00
committed by GitHub
parent 921751f128
commit c2abf88a61
9 changed files with 38 additions and 77 deletions

View File

@@ -24,14 +24,6 @@
}
}
.show-topic-admin {
position: fixed;
top: 120px;
right: 10px;
z-index: z("dropdown");
height: 35px;
}
.modal-body.feature-topic {
max-height: 500px;
input.date-picker {

View File

@@ -13,7 +13,6 @@
#topic-progress-wrapper,
div.nums,
._flyout,
.show-topic-admin,
#topic-progress,
.quote-controls,
.topic-status-info,

View File

@@ -33,6 +33,7 @@
&.timeline-fullscreen.show {
max-height: 700px;
transition: max-height 0.4s ease-out;
@media screen and (max-height: 425px) {
max-height: 75vh;
}
@@ -58,7 +59,7 @@
right: 0;
border-top: 1px solid dark-light-choose($primary-low, $secondary-low);
box-shadow: shadow("composer");
padding-top: 20px;
padding: 20px 0px;
z-index: z("fullscreen");
@media screen and (max-height: 425px) {
padding-top: 10px;
@@ -119,21 +120,21 @@
.timeline-footer-controls {
display: none;
position: absolute;
bottom: 10px;
bottom: 20px;
left: 10px;
button,
.btn-group {
float: none;
display: inline-block;
margin-bottom: 0;
margin-right: 15px;
position: static;
}
.widget-component-connector {
vertical-align: top;
}
}
.timeline-scrollarea-wrapper {
display: table-cell;
padding-bottom: 20px;
padding-right: 1.5em;
width: 100px;
}

View File

@@ -11,6 +11,7 @@
left: 0;
display: none;
touch-action: pan-y pinch-zoom;
&.animate {
transition: opacity 0.2s ease-out;
}