xmc/modular/hide_tag.css

16 lines
333 B
CSS
Raw Normal View History

2023-10-26 20:10:59 +00:00
section[class^="panels_"]
> [class^="container_"]:last-child
[class*="nameTag_"] {
2022-10-19 03:12:12 +00:00
display: none;
}
2023-10-26 20:10:59 +00:00
section[class^="panels_"] > [class^="container_"]:last-child {
2022-10-19 03:12:12 +00:00
position: relative;
}
2023-10-26 20:10:59 +00:00
section[class^="panels_"] > [class^="container_"]:last-child > div:last-child {
2022-10-19 03:12:12 +00:00
position: absolute;
right: 0;
padding-right: 8px;
2022-10-19 03:32:11 +00:00
}