Move buttons inside of the game cover

This commit is contained in:
kramo
2023-05-16 17:22:47 +02:00
parent 19c7148ee6
commit 247a6e1012
4 changed files with 82 additions and 62 deletions

View File

@@ -9,4 +9,10 @@
color: @light_1;
background-color: @dark_5;
opacity: 0.8;
}
/* The HIG claims another victim... */
#cover_button {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}