mirror of
https://github.com/kadisonm/obsidian-homework-plugin.git
synced 2026-07-22 08:40:33 +00:00
Fix check shrinking
This commit is contained in:
parent
2a2c555ab5
commit
992410e821
2 changed files with 3 additions and 0 deletions
|
|
@ -105,6 +105,8 @@
|
|||
width: 25px;
|
||||
height: 25px;
|
||||
|
||||
flex-shrink: 0;
|
||||
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-radius: 50%;
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@
|
|||
background-color: transparent;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
flex-shrink: 0;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-radius: 50%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue