Skip to content

Commit

Permalink
Add missing logical properties for #357
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Aug 24, 2023
1 parent cb3a67f commit 68ffff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mink-plugin/css/minkui.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ h1 {

#drilldownBox ul {
list-style-type: none;
width: 100px;
inline-size: 100px;
float: left;
padding: 0;
background-color: white;
max-height: 500px;
max-block-size: 500px;
overflow-x: hidden;
overflow-y: auto;
margin-block-start: 0;
Expand All @@ -162,7 +162,7 @@ h1 {
list-style-type: none;
padding: 0;
margin: 0;
width: 90px;
inline-size: 90px;
text-decoration: none;
color: inherit;
}
Expand Down
4 changes: 2 additions & 2 deletions mink-plugin/css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ fieldset {
background-color: red;
font-weight: bold;
margin-inline-start: 1.0em;
width: 1.0em;
height: 1.0em;
inline-size: 1.0em;
block-size: 1.0em;
border-radius: 15px;
}

Expand Down

0 comments on commit 68ffff0

Please sign in to comment.