mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
fix bot delete icon
This commit is contained in:
parent
3a2cbdc267
commit
da3084f76e
2 changed files with 5 additions and 2 deletions
|
@ -43,10 +43,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-icon {
|
.panel-icon {
|
||||||
width: 105px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background: center/contain url("https://cloud.lynnesbian.space/s/JZCPTs3DzMLAspC/preview");
|
background: center/contain url("https://cloud.lynnesbian.space/s/JZCPTs3DzMLAspC/preview");
|
||||||
}
|
}
|
||||||
|
.panel-icon.online, .panel-icon.offline {
|
||||||
|
width: 105px;
|
||||||
|
}
|
||||||
.panel-icon.online {
|
.panel-icon.online {
|
||||||
border-left: 5px #5c5 solid;
|
border-left: 5px #5c5 solid;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="container centred">
|
<div class="container centred">
|
||||||
<h1 class="thin centred">Delete bot</h1>
|
<h1 class="thin centred">Delete bot</h1>
|
||||||
<div class="bot-icon"></div>
|
<div class="panel-icon"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container centred">
|
<div class="container centred">
|
||||||
|
|
Loading…
Reference in a new issue