edit: post mastodon V2 en mode plus flexible (v0 un peu schlag mais ça marche x333)

This commit is contained in:
2026-05-09 21:53:31 +02:00
parent 2cc2862503
commit 12e5befd42
3 changed files with 209 additions and 27 deletions
+35 -1
View File
@@ -91,7 +91,6 @@ a button{
}
p{
pointer-events: none;
cursor: inherit;
}
@@ -365,3 +364,38 @@ html, body{
.moveable-control-box {
display: none !important;
}
/*===========================For some fckn reason lien en description artist pannel*/
.itemDesc p a{
display: block;
pointer-events: all;
background-color: var(--back-color);
color: var(--main-color);
font-size: 13.12px;
font-family: 'lineal';
border-color: var(--main-color);
border-width: thin;
border-style: solid;
border-radius: 16.1px;
width: 161px;
height: 16.1px;
padding: 7.77px;
margin-bottom: 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.itemDesc p a#text{
text-overflow: ellipsis;
}
.itemDesc p a:hover{
background-color: var(--main-color);
color: var(--back-color);
}