mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:19:18 +00:00
Patch fix for face images
Patches up the x offset for face circle images on the people page, where the Tailwind base style overrides the existing layout.
This commit is contained in:
@@ -21,3 +21,9 @@ html {
|
||||
transform: scale(1, -1);
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
img {
|
||||
max-width: revert;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user