style: improve direct message iframe styling

This commit is contained in:
sethburkart123
2024-08-21 18:37:56 +10:00
parent 3dc7396f7a
commit 47014bc77f
+6 -1
View File
@@ -159,7 +159,12 @@ html {
color: white;
}
.legacy-root button:active, .legacy-root a:active {
.cke_panel {
border-radius: 16px !important;
margin-top: 8px !important;
}
.legacy-root button:active, .legacy-root a:active:not(.cke_combo_button) {
background-image: unset !important;
}