top-left align thumbs instead of bg cover (#111)

* top-left align thumbs instead of bg cover

* compile styles
pull/128/head
banglashi 2020-11-10 20:54:53 +01:00 committed by GitHub
parent 4387e336bb
commit e081bcd6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -12651,13 +12651,12 @@ button.close {
position: absolute;
width: 100%;
overflow: hidden;
background-size: cover;
background-color: transparent;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background-position: center 100%;
background-position: left top;
background-repeat: no-repeat; }
#folder-grid .item > a .item-title {
display: block;

View File

@ -419,14 +419,13 @@
width: 100%;
overflow: hidden;
background-size: cover;
background-color: transparent;
border-top-left-radius: $radius*2;
border-top-right-radius: $radius*2;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background-position: center 100%;
background-position: left top;
background-repeat: no-repeat;
}