Skip to content

Commit

Permalink
Fix line margin on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Jan 2, 2024
1 parent 4a10ed4 commit a529b39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
ul#actions { column-gap: 8px; }
#saved { opacity: 0; color: darkgreen; transition: 0.2s ease-out }
#saved.show { opacity: 0.5; }
ul#list > li { display: flex; flex-wrap: wrap; column-gap: 1rem; }
.field-name { min-width: 6em; display: inline-block; text-align: right; }
ul#list > li { display: flex; flex-wrap: wrap; column-gap: 1rem; row-gap: 6px; }
label { display: flex; gap: 0.5em; }
.field-name { min-width: 6em; text-align: right; }
</style>
</head>
<body>
Expand Down

0 comments on commit a529b39

Please sign in to comment.