fix: optimize separator + missing css

This commit is contained in:
Matthieu CAILLEAUX
2021-10-19 01:43:48 +02:00
parent e28eb3cd12
commit b35284768e
10 changed files with 274 additions and 182 deletions

13
styles/main.css Normal file
View File

@@ -0,0 +1,13 @@
.app.window-app .window-header .print {
color: #e8d29c;
text-align: center;
height: 30px;
width: 30px;
margin: 0;
padding: 0;
background: url('/systems/wfrp4e/ui/buttons/button-blank.webp');
}
.app.window-app .window-header .print i {
font-size: 12px;
}