Fix for the safari browser tile image positioning problem. (#518)

Co-authored-by: Andreas <sumerauer@kanzlei-wmv.de>
This commit is contained in:
Andreas Sumerauer 2021-01-10 08:40:12 +01:00 committed by GitHub
parent 829c323170
commit 12ba0699d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -110,8 +110,7 @@ div.body{
}
#main-docuBtns ul li > a > img {
position: relative;
top: 50%;
transform: translate(0%,-45%);
transform: translate(0%,5%);
}
.main-txt-btn {
padding-top:2px;

View File

@ -100,8 +100,7 @@ div.body{
}
#main-docuBtns ul li > a > img {
position: relative;
top: 50%;
transform: translate(0%,-45%);
transform: translate(0%,5%);
}
.main-txt-btn {
padding-top:2px;