1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 16:48:58 +00:00

fix bot delete icon

This commit is contained in:
Lynne Megido 2019-09-01 14:52:39 +10:00
parent 3a2cbdc267
commit da3084f76e
2 changed files with 5 additions and 2 deletions

View file

@ -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;
} }

View file

@ -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">