1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-03-05 02:12:40 +00:00
This commit is contained in:
InsanusMokrassar
2023-11-05 06:58:16 +00:00
parent c18e924a1c
commit b205fab53a
9631 changed files with 306265 additions and 196478 deletions

View File

@@ -1,15 +1,9 @@
.library-name a {
position: relative;
margin-left: 55px;
}
/*
* Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
.library-name a::before {
content: '';
background: url("../images/logo-icon.svg") center no-repeat;
background-size: contain;
position: absolute;
width: 50px;
height: 50px;
top: -18px;
left: -55px;
}
:root {
--dokka-logo-image-url: url('../images/logo-icon.svg');
--dokka-logo-height: 50px;
--dokka-logo-width: 50px;
}