Styling issues

This commit is contained in:
Johannes Schriewer 2025-01-06 19:23:46 +01:00
parent 41262ee1d9
commit ff090fbb3c
3 changed files with 31 additions and 1 deletions

View file

@ -145,4 +145,26 @@ td.disabled {
.dock-top {
margin-top: -1px;
}
@media (max-width: 1024px) {
.cell .form_factor {
font-size: 75%;
top: 3px;
right: 7px;
}
.cell .price {
font-size: 75%;
bottom: 3px;
left: 3px;
}
.cell .shop {
bottom: 3px;
right: 7px;
width: 10px;
height: 10px;
}
}

View file

@ -94,8 +94,12 @@ h1 .small {
}
h2 .small {
display: inline-block;
max-width: 400px;
font-size: 12px;
font-weight: normal;
vertical-align: middle;
margin-left: 5px;
}
nav h2 {
@ -143,6 +147,10 @@ body {
body {
font-size: 10px;
}
h2 .small {
max-width: 200px;
}
}
img.icon {

View file

@ -5,7 +5,7 @@
{% block title %}Tags{% endblock %}
{% block header_bar %}
Tags
Inventory Management - Tags
{% endblock %}
{% block content %}