₊⁺✿˚

This commit is contained in:
HT 2023-07-29 02:31:18 +01:00
parent daef6eef8b
commit b87b354cb3
1 changed files with 8 additions and 11 deletions

View File

@ -1324,31 +1324,28 @@ video {
.controls { .controls {
transform:scale(1.2,1.2); transform:scale(1.2,1.2);
transform-origin:0% 50%; transform-origin:0% 50%;
display:flex;
align-items:center;
} }
.controls a { .controls a {
position:relative; position:relative;
display:inline-block; display:block;
overflow:hidden; overflow:hidden;
padding:5px; padding:3px!important;
width:12px; flex-shrink:0;
height:12px;
} }
.controls a:last-child { .controls a + a {
padding:4px; /* rb button padding */
} }
.controls svg { .controls svg {
width:10px; width:calc({select:font size} - 2px);
height:auto; height:auto;
padding:1px; padding:1px;
display:block; display:block;
overflow:visible; overflow:visible;
fill:rgba({RGBcolor:permalink text},0.8); /* svg icons color */ fill:rgba({RGBcolor:permalink text},0.8); /* svg icons color */
} }
.controls .reblog {
margin-left:-5px; /* gap between like and rb, rb POV */
}
.controls .reblog svg { .controls .reblog svg {
width:9px; /* rb butt size */ width:calc({select:font size} - 3px); /* rb butt size */
} }
.controls .like .liked + svg path { .controls .like .liked + svg path {
fill:#ec5a5a; /* LIKED color */ fill:#ec5a5a; /* LIKED color */