edit: post mastodon V2 en mode plus flexible (v0 un peu schlag mais ça marche x333)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user