Fix issue where titlebar buttons wouldn't work

This commit is contained in:
Aziz Hasanain 2021-02-26 15:12:06 +03:00
parent d89f129f26
commit 899c3eed9e
2 changed files with 6 additions and 1 deletions

View File

@ -517,6 +517,7 @@ export default {
width: auto;
float: right;
margin-right: 10px;
-webkit-app-region: no-drag;
}
.textinput {

View File

@ -1023,6 +1023,7 @@ export default {
font-weight: 500;
color: #7F7F7F;
float: left;
-webkit-app-region: no-drag;
}
.contact {
@ -1031,7 +1032,9 @@ export default {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: calc(100% - 30px);
max-width: calc(100% - 30px);
width: fit-content;
-webkit-app-region: no-drag;
}
}
@ -1056,6 +1059,7 @@ export default {
position: absolute;
top: 16px;
right: 8px;
-webkit-app-region: no-drag;
.feather {
cursor: pointer;