mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
15 lines
333 B
CSS
15 lines
333 B
CSS
section[class^="panels-"]
|
|
> [class^="container-"]:last-child
|
|
[class*="nameTag-"] {
|
|
display: none;
|
|
}
|
|
|
|
section[class^="panels-"] > [class^="container-"]:last-child {
|
|
position: relative;
|
|
}
|
|
|
|
section[class^="panels-"] > [class^="container-"]:last-child > div:last-child {
|
|
position: absolute;
|
|
right: 0;
|
|
padding-right: 8px;
|
|
}
|