mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Remove unbalanced padding in create key backup dialog
This padding only one side made it impossible to center things in the dialog. Since the dialog also has nice spacing without the padding, this change removes it. Fixes https://github.com/vector-im/riot-web/issues/7862.
This commit is contained in:
parent
a1daecc249
commit
2ff532621c
@ -14,10 +14,6 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_CreateKeyBackupDialog {
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.mx_CreateKeyBackupDialog .mx_Dialog_title {
|
||||
/* TODO: Consider setting this for all dialog titles. */
|
||||
margin-bottom: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user