Merge branch 'list-overflow-hotfix' into 'develop'

fix overflow on list index

See merge request soapbox-pub/soapbox-fe!149
timeline-tab-hover-styles
Alex Gleason 2020-08-10 21:46:22 +00:00
commit b90c6b7de7
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -14,3 +14,8 @@ button.column-header__button.active {
.detailed-status__wrapper .detailed-status__action-bar {
border-radius: 0;
}
.slist .item-list .column-link {
background-color: transparent;
border-top: 1px solid var(--brand-color--med);
}