feat: rotate pictures with API+AlpineJS

This commit is contained in:
imperosol
2026-05-01 18:54:13 +02:00
parent 441a016025
commit 399a3813f0
6 changed files with 144 additions and 46 deletions
+22 -25
View File
@@ -235,37 +235,34 @@
>.tools {
flex: 1;
.btn {
background-color: $primary-neutral-light-color;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
color: black;
width: 40px;
height: 40px;
font-size: 20px;
>div>div {
>a.btn {
background-color: $primary-neutral-light-color;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
color: black;
width: 40px;
height: 40px;
font-size: 20px;
&:hover {
background-color: #aaa;
}
&:hover {
background-color: #aaa;
}
}
>a.text.danger {
color: red;
a.text.danger {
color: red;
&:hover {
color: darkred;
}
&:hover {
color: darkred;
}
}
&.buttons {
display: flex;
flex-direction: row;
gap: 5px;
}
.buttons {
display: flex;
flex-direction: row;
gap: 5px;
}
}
}