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;
|
|
}
|