mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-02 11:59:07 -05:00
uepr-108:renamed css class
This commit is contained in:
parent
dd4e59dc02
commit
4570d114ef
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ const AdminPanel = ({
|
||||||
onOpen,
|
onOpen,
|
||||||
onClose
|
onClose
|
||||||
}) => (
|
}) => (
|
||||||
<div className={classNames('admin-panel', className, {hidden: !isOpen})}>
|
<div className={classNames('admin-panel', className, {collapsed: !isOpen})}>
|
||||||
{isOpen ? (
|
{isOpen ? (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<span
|
<span
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
||||||
&.hidden {
|
&.collapsed {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue