Compare commits

...

3 Commits

Author SHA1 Message Date
Sijmen bfebe99427
Bump version to 0.1.13 2023-05-08 17:02:45 +02:00
Sijmen 995355c354
Fix CSS getting messed up 2023-05-08 17:01:22 +02:00
Sijmen a8960f4330
Bump version to 0.1.12
continuous-integration/drone/push Build is passing Details
2023-05-08 16:37:40 +02:00
3 changed files with 8 additions and 4 deletions

2
Cargo.lock generated
View File

@ -657,7 +657,7 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[package]]
name = "empede"
version = "0.1.11"
version = "0.1.13"
dependencies = [
"anyhow",
"askama",

View File

@ -1,7 +1,7 @@
[package]
name = "empede"
description = "A web client for MPD"
version = "0.1.11"
version = "0.1.13"
edition = "2021"
license = "MIT"
repository = "https://github.com/vijfhoek/empede"

View File

@ -142,8 +142,12 @@ ul {
margin-right: 1.0rem;
}
ul.breadcrumb { position: relative;
rast: more) {
ul.breadcrumb {
display: flex;
flex-wrap: wrap;
list-style: none;
}
@media (prefers-contrast: more) {
ul.breadcrumb {
background-color: black;
border: 2px solid white;