picture to initial state #7

Merged
gator merged 12 commits from dev into master 2022-12-18 12:24:26 +01:00
Showing only changes of commit bce0f39aff - Show all commits

View File

@ -71,6 +71,11 @@
};
</script>
<style scoped>
a {
font-weight: bold;
border: 1px solid white;
padding: 2px;
}
a:hover {
cursor: pointer;
}