mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
link: add dark mode bottom border to sidebar
This commit is contained in:
parent
2c301c0b80
commit
94c90f640e
@ -81,12 +81,12 @@ export class ChannelsSidebar extends Component {
|
||||
: "dn")}>
|
||||
<a className="db dn-m dn-l dn-xl f8 pb3 pl3" href="/">⟵ Landscape</a>
|
||||
<div className="overflow-y-scroll h-100">
|
||||
<h2 className={`f8 f9-m f9-l f9-xl
|
||||
pt1 pt4-m pt4-l pt4-xl
|
||||
pr4 pb3 pb3-m pb3-l pb3-xl
|
||||
pl3 pl4-m pl4-l pl4-xl
|
||||
black-s gray2 white-d c-default
|
||||
bb b--gray4 mb2 mb0-m mb0-l mb0-xl`}>
|
||||
<h2 className={"f8 f9-m f9-l f9-xl " +
|
||||
"pt1 pt4-m pt4-l pt4-xl " +
|
||||
"pr4 pb3 pb3-m pb3-l pb3-xl " +
|
||||
"pl3 pl4-m pl4-l pl4-xl " +
|
||||
"black-s gray2 white-d c-default " +
|
||||
"bb b--gray4 b--gray2-d mb2 mb0-m mb0-l mb0-xl"}>
|
||||
Your Collections
|
||||
</h2>
|
||||
{privateChannel}
|
||||
|
Loading…
Reference in New Issue
Block a user