kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
slight overflow imrpovements, fixes #303
rodzic
101f519d4b
commit
dc9f5c3a6a
|
@ -12,10 +12,30 @@ button.column-header__button.active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailed-status__wrapper .detailed-status__action-bar {
|
.detailed-status__wrapper .detailed-status__action-bar {
|
||||||
border-radius: 0;
|
border-radius: 0 0 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slist .item-list .column-link {
|
.slist .item-list .column-link {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-top: 1px solid var(--brand-color--med);
|
border-top: 1px solid var(--brand-color--med);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focusable {
|
||||||
|
&:focus {
|
||||||
|
border-radius: 0 0 10px 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.focusable:focus .status.status-direct {
|
||||||
|
border-radius: 0 0 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status.status-direct:not(.read) {
|
||||||
|
border-radius: 0 0 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// this still looks like shit but at least it's better than it overflowing
|
||||||
|
|
||||||
|
.empty-column-indicator {
|
||||||
|
border-radius: 0 0 10px 10px;
|
||||||
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue