Skip to content

Commit

Permalink
rater: use flexbox for layout, fixed height, ...
Browse files Browse the repository at this point in the history
looks almost the same as before in webkit and blink, and works around
gecko having looked horrible before
  • Loading branch information
pixelcmtd committed Nov 5, 2023
1 parent 7a6970f commit bc47c64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ import KinkCheck from "../components/KinkCheck";
}
td {
padding-left: 8px;
padding-top: 2px;
padding-bottom: 2px;
}
h2 {
margin-bottom: 6px;
Expand Down Expand Up @@ -78,7 +80,9 @@ import KinkCheck from "../components/KinkCheck";
font-size: 16pt;
}
.rater {
padding-bottom: 2px;
height: 16pt;
display: flex;
flex-direction: row;
cursor: pointer;
-webkit-user-select: none;
user-select: none;
Expand Down

0 comments on commit bc47c64

Please sign in to comment.