mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-29 10:27:35 +01:00
Fixed UI behavior on window resize, fixed Attachment UI in card View
This commit is contained in:
@@ -54,6 +54,7 @@ $tagEditor_lineHeight: 27px;
|
||||
|
||||
margin-right: 10px;
|
||||
padding-left: 1px;
|
||||
padding-right: 30px;
|
||||
line-height: $tagEditor_lineHeight;
|
||||
|
||||
/* boxed style test */
|
||||
@@ -80,10 +81,14 @@ $tagEditor_lineHeight: 27px;
|
||||
@include userSelectNone();
|
||||
|
||||
cursor: pointer;
|
||||
line-height: 22px;
|
||||
/*line-height: 22px;*/
|
||||
color: #ccc;
|
||||
/*color:white;*/
|
||||
|
||||
position: absolute;
|
||||
margin-left: 5px;
|
||||
line-height: 31px;
|
||||
|
||||
&:hover {
|
||||
color: rgb(155, 0, 0);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user