mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Disable new MessageInput, until you can paste images
This commit is contained in:
parent
3d64df41da
commit
0e7baa21ab
4 changed files with 4 additions and 15 deletions
|
@ -218,8 +218,8 @@ Page {
|
|||
ReplyPopup {
|
||||
}
|
||||
|
||||
MessageInput {
|
||||
}
|
||||
//MessageInput {
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -205,9 +205,7 @@ TextField {
|
|||
qproperty-labelColor: #caccd1;
|
||||
}
|
||||
|
||||
SideBarActions,
|
||||
TopRoomBar
|
||||
{
|
||||
SideBarActions {
|
||||
border: none;
|
||||
border-top: 1px solid #202228;
|
||||
background-color: #2d3139;
|
||||
|
@ -215,7 +213,6 @@ TopRoomBar
|
|||
|
||||
TextInputWidget {
|
||||
border: none;
|
||||
border-top: 1px solid #2d3139;
|
||||
}
|
||||
|
||||
TextInputWidget,
|
||||
|
|
|
@ -233,7 +233,6 @@ QLineEdit {
|
|||
|
||||
TextInputWidget {
|
||||
border: none;
|
||||
border-top: 1px solid #dcdcdc;
|
||||
}
|
||||
|
||||
SideBarActions {
|
||||
|
@ -241,11 +240,6 @@ SideBarActions {
|
|||
border-top: 1px solid #dcdcdc;
|
||||
}
|
||||
|
||||
TopRoomBar {
|
||||
border: none;
|
||||
border-bottom: 1px solid #dcdcdc;
|
||||
}
|
||||
|
||||
Toggle {
|
||||
qproperty-activeColor: #38a3d8;
|
||||
qproperty-disabledColor: gray;
|
||||
|
|
|
@ -28,11 +28,9 @@ UserMentionsWidget > TimelineItem {
|
|||
SideBarActions,
|
||||
TextInputWidget {
|
||||
border: none;
|
||||
border-top: 1px solid palette(mid);
|
||||
}
|
||||
|
||||
UserInfoWidget,
|
||||
TopRoomBar {
|
||||
UserInfoWidget {
|
||||
border: none;
|
||||
border-bottom: 1px solid palette(mid);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue