mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-25 04:42:14 +00:00
booru: make images square
This commit is contained in:
parent
6097e88534
commit
67f73c98ff
1 changed files with 2 additions and 2 deletions
|
|
@ -849,8 +849,8 @@ $waifu_image_overlay_transparency: 0.7;
|
|||
}
|
||||
|
||||
.sidebar-booru-image {
|
||||
min-width: 8.523rem;
|
||||
min-height: 8.523rem;
|
||||
min-width: 12.818rem;
|
||||
min-height: 12.818rem;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue