mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Archaeological investigation - _RoomView.pcss
(#10733)
* Remove - mx_RoomView_callStatusBar The style blocks were added by39c628d4a1
and the element to be styled with them was removed by50965e41eb
. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove - mx_RoomView_voipButton The element to be styled with the rules was removed with50965e41eb
. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove - mx_RoomView_voipChevron The element to be styled with the rules was removed with571bd30898
. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove - mx_RoomView_ongoingConfCallNotification The element these rules styled was removed by8962f7ae9e
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove - mx_RoomView_auxPanel_fullHeight The element these rules styled was added by887defda9c
and removed by54cd385e6d
. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * Remove - mx_RoomView_auxPanel_apps The style rule has become obsolete already at79d3cca6e9
. It is no longer clear which commit deprecated it. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> --------- Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
457c1d011a
commit
9f8113eabd
1 changed files with 0 additions and 54 deletions
|
@ -44,16 +44,6 @@ limitations under the License.
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.mx_RoomView_auxPanel_fullHeight {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 3000;
|
||||
background-color: $background;
|
||||
}
|
||||
|
||||
.mx_RoomView_auxPanel_hiddenHighlights {
|
||||
border-bottom: 1px solid $primary-hairline-color;
|
||||
padding: 10px 26px;
|
||||
|
@ -61,10 +51,6 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_RoomView_auxPanel_apps {
|
||||
max-width: 1920px !important;
|
||||
}
|
||||
|
||||
.mx_RoomView .mx_MainSplit {
|
||||
flex: 1 1 0;
|
||||
}
|
||||
|
@ -220,15 +206,6 @@ hr.mx_RoomView_myReadMarker {
|
|||
border: unset;
|
||||
}
|
||||
|
||||
.mx_RoomView_callStatusBar .mx_UploadBar_uploadProgressInner {
|
||||
background-color: $background;
|
||||
}
|
||||
|
||||
.mx_RoomView_callStatusBar .mx_UploadBar_uploadFilename {
|
||||
color: $accent-fg-color;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.mx_RoomView_inCall .mx_RoomView_statusAreaBox_line {
|
||||
margin-top: 2px;
|
||||
border: none;
|
||||
|
@ -240,43 +217,12 @@ hr.mx_RoomView_myReadMarker {
|
|||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.mx_RoomView_voipChevron {
|
||||
position: absolute;
|
||||
bottom: -11px;
|
||||
right: 11px;
|
||||
}
|
||||
|
||||
.mx_RoomView_voipButton {
|
||||
float: right;
|
||||
margin-right: 13px;
|
||||
margin-top: 13px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_RoomView_voipButton object {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.mx_RoomView .mx_MessageComposer {
|
||||
width: 100%;
|
||||
flex: 0 0 auto;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.mx_RoomView_ongoingConfCallNotification {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color: $alert;
|
||||
color: $accent-fg-color;
|
||||
font-weight: bold;
|
||||
padding: 6px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_RoomView_ongoingConfCallNotification a {
|
||||
color: $accent-fg-color !important;
|
||||
}
|
||||
|
||||
.mx_MatrixChat_useCompactLayout {
|
||||
.mx_RoomView_MessageList {
|
||||
margin-bottom: 4px;
|
||||
|
|
Loading…
Reference in a new issue