mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-15 02:31:24 +02:00
improve previewbar look & feel
This commit is contained in:
parent
3339fa2a39
commit
54c34ab8d5
@ -54,3 +54,15 @@ limitations under the License.
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomPreviewBar_warning {
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: flex;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
align-items: center;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_RoomPreviewBar_warningIcon {
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user