This commit is contained in:
Mirco Wittrien 2019-05-29 16:50:47 +02:00
parent d4895edeee
commit 75a7e82def
2 changed files with 69 additions and 58 deletions

View File

@ -624,6 +624,13 @@ input:disabled {
.titleBar-AC4pGV.typeMacOS-3EmCyP {
width: 0;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC {
width: 72px;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP.typeMacOSWithFrame-3R_i5S .macButtons-2MuSAC {
margin-top: 0;
margin-right: 0;
}
.chat-3bRxxu form {
box-shadow: 0 -1px 0 rgba(var(--vtransparencycolor),.3) !important;

View File

@ -17,6 +17,10 @@
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC {
padding-right: calc(1px * ((var(--vguildsize) + 10) * var(--vcolumns) - 50)) !important;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP.typeMacOSWithFrame-3R_i5S .macButtons-2MuSAC {
margin-top: 0 !important;
margin-right: 0 !important;
}
.titleBar-AC4pGV.typeMacOS-3EmCyP {
width: 0 !important;
}