mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Fix sticky note resizing
This commit is contained in:
@@ -300,8 +300,8 @@
|
||||
}
|
||||
|
||||
.birb-sticky-note-input {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 10px !important;
|
||||
resize: both !important;
|
||||
min-width: 100% !important;
|
||||
|
||||
Reference in New Issue
Block a user