mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Remove more cruft
This commit is contained in:
@@ -7,9 +7,7 @@
|
||||
}
|
||||
|
||||
.reactionPopupMenuModal {
|
||||
width: fit-content !important;
|
||||
top: 82vh !important;
|
||||
overflow-y: none;
|
||||
}
|
||||
|
||||
.reactionPopupMenuModal > div > div {
|
||||
@@ -21,6 +19,10 @@
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.reactionsMenuSection {
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
:root {
|
||||
--reaction-button-padding: 1em;
|
||||
--reaction-button-size: 1.4em;
|
||||
@@ -59,17 +61,12 @@
|
||||
border: none;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
@media (max-width: 660px) {
|
||||
:root {
|
||||
--reaction-button-size: 1em;
|
||||
--reaction-button-fontsize: 1em;
|
||||
}
|
||||
|
||||
.reactionsMenu {
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.verticalSeperator {
|
||||
background-color: var(--cpd-color-gray-800);
|
||||
width: 1px;
|
||||
|
||||
Reference in New Issue
Block a user