mirror of
https://github.com/bitwarden/desktop.git
synced 2024-10-31 08:10:29 +01:00
Fix username overflow and make menu draggable
This commit is contained in:
parent
22d8b5efeb
commit
f751230248
@ -1,4 +1,5 @@
|
|||||||
.header {
|
.header {
|
||||||
|
-webkit-app-region: drag;
|
||||||
min-height: 44px;
|
min-height: 44px;
|
||||||
max-height: 44px;
|
max-height: 44px;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
@ -87,6 +88,12 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background-color: themed('headerBorderColor');
|
background-color: themed('headerBorderColor');
|
||||||
|
Loading…
Reference in New Issue
Block a user