clean up css

This commit is contained in:
scuti 2024-11-28 16:39:27 -08:00
parent e2c5fc23f1
commit 4645ac9aee

View File

@ -1,6 +1,24 @@
/* colors */
/*.pleroma-comment blockquote {
border-left: 3px solid red;
}*/
/*.pleroma-comment .bar {
background-color: green;
}*/
/*.pleroma-comment .card-link {
background-color: blue;
color: white;
}*/
/*.pleroma-comment .card-link:hover {
background-color: orange;
}*/
.pleroma-comment blockquote { .pleroma-comment blockquote {
border-left: 3px solid red;
padding-left:1%; padding-left:1%;
} }
@ -36,10 +54,10 @@
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 8px; border-radius: 8px;
overflow: hidden; overflow: hidden;
width: 300px; /* Adjust as needed */
margin: 1%; margin: 1%;
margin-left:10%; margin-left:10%;
/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */ /* adjust this */
width: 300px;
} }
.pleroma-comment .card-title { .pleroma-comment .card-title {
font-size: 1.5em; font-size: 1.5em;
@ -82,25 +100,14 @@
padding-bottom:0.5em; padding-bottom:0.5em;
padding-left:1em; padding-left:1em;
margin-right:1em; margin-right:1em;
white-space: nowrap; /* Prevent text wrapping for the bar width */ /* Prevent text wrapping for the bar width */
white-space: nowrap;
} }
.pleroma-comment .bar-text { .pleroma-comment .bar-text {
word-wrap: break-word; /* Allow word wrap */
overflow-wrap: break-word; overflow-wrap: break-word;
white-space: normal; /* Allow normal wrapping */ /* Allow word wrap */
word-wrap: break-word;
/* Allow normal wrapping */
white-space: normal;
} }
/* colors */
.pleroma-comment .bar {
background-color: #8da5aa;
}
/*.pleroma-comment .card-link {
background-color: #36dcff;
color: white;
}
.pleroma-comment .card-link:hover {
background-color: #8da5aa;
}*/