ui rework

This commit is contained in:
Mikaël Cluseau
2026-06-17 22:40:44 +02:00
parent f6b301c9a0
commit 2bc5579b3e
20 changed files with 998 additions and 535 deletions
+2 -10
View File
@@ -1,12 +1,7 @@
.view-links > span {
display: inline-block;
display: block;
white-space: nowrap;
margin-right: 1ex;
margin-bottom: 1ex;
padding: 0.5ex;
border: 1pt solid;
border-radius: 1ex;
cursor: pointer;
}
@@ -15,9 +10,6 @@
display: inline-block;
margin-right: 1ex;
margin-bottom: 1ex;
padding: 0.5ex;
border: 1px solid !important;
border-radius: 1ex;
cursor: pointer;
}
}
@@ -37,7 +29,7 @@
position:relative;
textarea {
width: 64em;
width: 100%;
}
input[type="file"] {