Ask for reviews on download page

This commit is contained in:
2023-03-11 10:24:51 +01:00
parent 2281b6f14d
commit dfdf2cfa6c
5 changed files with 48 additions and 25 deletions

View File

@@ -535,6 +535,15 @@ select.disabled {
background: var(--input_background);
}
.small_button {
padding: 1px 1px 1px 1px;
}
.small_button:active {
box-shadow: inset 2px 2px 4px var(--shadow_color);
padding: 2px 0px 0px 2px;
}
.group_first {
border-top-right-radius: 0;
border-bottom-right-radius: 0;