readmes should work now i think

This commit is contained in:
2026-02-05 18:09:02 +11:00
parent 6c74073b11
commit bb3b235a30
4 changed files with 57 additions and 12 deletions

View File

@@ -6,12 +6,13 @@
content-align: left middle;
width: auto;
}
#buttons {
layout: horizontal;
Button {
margin-left: 1;
max-width: 13;
}
}
@@ -56,6 +57,10 @@
Static {
width: 1fr;
text-align: center;
link-style: bold;
link-style-hover: underline bold;
link-background-hover: transparent;
pointer: pointer;
}
}
@@ -79,4 +84,9 @@
LoadingIndicator {
height: 1;
}
#readme {
border: panel $surface;
margin: 1 0 0 1;
}