mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
7 lines
105 B
CSS
7 lines
105 B
CSS
[class^="sidebar-"] {
|
|
overflow: hidden;
|
|
width: 48px;
|
|
}
|
|
[class^="sidebar-"]:hover {
|
|
width: 240px;
|
|
}
|