mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-02 21:54:23 +01:00
Preserving legacy margin for previous CustomLogoLinks
This commit is contained in:
@@ -2,16 +2,18 @@
|
||||
|
||||
<div class="top-header">
|
||||
<div class="header">
|
||||
<div class="header__icon">
|
||||
@if (!string.IsNullOrEmpty(Model.CustomLogoLink))
|
||||
{
|
||||
@if (!string.IsNullOrEmpty(Model.CustomLogoLink))
|
||||
{
|
||||
<div class="header__icon">
|
||||
<img class="header__icon__img" src="@Model.CustomLogoLink" height="40">
|
||||
}
|
||||
else
|
||||
{
|
||||
<img class="header__icon__img">
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="header__iconcentered">
|
||||
<img class="header__iconcentered__img">
|
||||
</div>
|
||||
}
|
||||
<div class="close-icon close-action" v-on:click="close">
|
||||
✖
|
||||
</div>
|
||||
|
||||
@@ -8302,6 +8302,17 @@ strong {
|
||||
}
|
||||
|
||||
.top-header .header__icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
width: 100px;
|
||||
height: 50px;
|
||||
margin-left: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* centering for new default design */
|
||||
.top-header .header__iconcentered {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
@@ -8310,7 +8321,7 @@ strong {
|
||||
margin: 10px auto 0px;
|
||||
}
|
||||
|
||||
.header__icon__img {
|
||||
.header__iconcentered__img {
|
||||
display: block;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
@@ -8320,6 +8331,7 @@ strong {
|
||||
height: 40px;
|
||||
padding-left: 92.5px; /* Must be equal to width */
|
||||
}
|
||||
/* eof */
|
||||
|
||||
.top-header .timer-row {
|
||||
background: #51b13e;
|
||||
|
||||
Reference in New Issue
Block a user