Updated column header button responsiveness

This commit is contained in:
mgabdev 2019-07-30 10:32:37 -04:00
parent 73b0ec583f
commit fb98dbdde4

View File

@ -2488,6 +2488,19 @@ a.status-card.compact:hover {
border-radius: 10px; border-radius: 10px;
background-color: rgba($highlight-text-color, .1); background-color: rgba($highlight-text-color, .1);
} }
@media screen and (max-width: $nav-breakpoint-2) {
padding: 8px;
font-size: 14px;
&.grouped {
margin: 6px 2px 6px 6px;
}
&.active {
border-radius: 5px;
}
}
} }
& > .column-header__back-button { & > .column-header__back-button {