mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
fix css reset
it messed with the current design
This commit is contained in:
@@ -72,7 +72,6 @@ edit style.scss
|
||||
/* Make images easier to work with */
|
||||
img,
|
||||
picture {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
/* Inherit fonts for inputs and buttons */
|
||||
|
||||
@@ -83,7 +83,7 @@ edit style.scss
|
||||
/* Make images easier to work with */
|
||||
img,
|
||||
picture {
|
||||
max-width: 100%;
|
||||
// max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user