diff --git a/style.css b/style.css index c4ea0b87957a3cd4f41edb4ceb0b1b851015d41e..cecc94bda89f1c87ddef1a59e390bbc5412881fb 100644 --- a/style.css +++ b/style.css @@ -2373,11 +2373,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1) .icon-file-text { vertical-align: middle; - height: 19px; + height: 100%; display: block; background-image: var(--file-text); background-position: center center; background-repeat: no-repeat; + background-size: contain; } #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1) .icon-file-text::before { content: ""; @@ -4353,11 +4354,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { } #rl-app #V-PopupsCompose .tabs .icon-file-text { vertical-align: middle; - height: 19px; + height: 100%; display: block; background-image: var(--file-text); background-position: center center; background-repeat: no-repeat; + background-size: contain; } #rl-app #V-PopupsCompose .tabs .icon-file-text::before { @@ -4393,6 +4395,13 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { width:38px; height:32px; border-radius: 0 4px 4px 0; + display: flex; + flex-direction: row; + justify-content: center; + min-width: fit-content; + } + #rl-app #V-PopupsCompose .tabs label:nth-of-type(2) b{ + padding-right: 5px; } #rl-app #V-PopupsCompose .tabs label:nth-of-type(3){ position: absolute;