This repository has been archived on 2026-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
polyplus/css/specific.css
2024-01-20 17:33:44 -06:00

17 lines
No EOL
616 B
CSS
Executable file

body[data-URL^="https://polytoria.com/my/friends"] .col-lg-3 {
margin-bottom: 20px;
}
body[data-URL^="https://polytoria.com/create/"] .mt-2.mt-lg-0.col-lg.d-flex.align-content-between.flex-wrap {
width: 50%;
}
body[data-URL^="https://polytoria.com/create/"] .col.d-flex.align-content-between.flex-wrap {
width: 50%;
}
.text-truncate {
white-space: nowrap !important; /* Prevents text from wrapping to the next line */
overflow: hidden !important; /* Hides the overflowing text */
text-overflow: ellipsis !important; /* Adds an ellipsis (...) to indicate truncated text */
}