mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-14 16:59:20 +02:00
Fix video margin
This commit is contained in:
parent
0eaf8e8c87
commit
051908cfb7
|
@ -307,6 +307,7 @@ a:hover,
|
||||||
.status-video-container {
|
.status-video-container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin: 2.5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-video-container:hover .status-nsfw-overlay {
|
.status-video-container:hover .status-nsfw-overlay {
|
||||||
|
|
Loading…
Reference in New Issue