mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(skin): responsive design fixes and improvements (#1129)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
.media-default-skin .media-preview {
|
||||
background-color: oklch(0 0 0 / 0.9);
|
||||
border-radius: 0.75rem;
|
||||
pointer-events: none;
|
||||
|
||||
& .media-preview__thumbnail {
|
||||
display: block;
|
||||
@@ -20,12 +21,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
& .media-preview__timestamp {
|
||||
& .media-preview__time {
|
||||
position: absolute;
|
||||
bottom: 0.5rem;
|
||||
inset-inline: 0;
|
||||
text-align: center;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
& .media-overlay {
|
||||
|
||||
Reference in New Issue
Block a user