Skip to content

Commit

Permalink
style(decks button): not shrinking
Browse files Browse the repository at this point in the history
  • Loading branch information
oflg committed Oct 16, 2023
1 parent fe8b79e commit e373e62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 8,5 @@
"plugin-type": "plugin",
"source": "https://github.com/oflg/Tidme",
"title": "$:/plugins/tidme/fsrs4tw",
"version": "1.5.0"
"version": "1.5.1"
}
4 changes: 3 additions & 1 deletion styles.tid
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 14,18 @@ title: $:/plugins/tidme/fsrs4tw/styles.css
display:flex;
justify-content: space-between;
align-items:center;
height: 40px;
padding:10px 0;
}

.tmc-tr .tmc-button-show{
margin: 0 3px !important;
flex-shrink: 0;
}

.tmc-tr .tmc-button-hide{
opacity: 0;
margin: 0 3px !important;
flex-shrink: 0;
}

.tmc-tr:hover {
Expand Down

0 comments on commit e373e62

Please sign in to comment.