mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Other dialog subclasses have padding-right
This commit is contained in:
parent
86226bc22d
commit
ea459c84ba
@ -153,7 +153,6 @@ textarea {
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 58px;
|
padding-left: 58px;
|
||||||
padding-right: 58px;
|
|
||||||
padding-bottom: 36px;
|
padding-bottom: 36px;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
max-width: 704px;
|
max-width: 704px;
|
||||||
|
@ -14,6 +14,14 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.mx_ChatInviteDialog {
|
||||||
|
/* XXX: padding-left is on mx_Dialog but padding-right has subsequently
|
||||||
|
* been added on other dialogs. Surely all our dialogs should have consistent
|
||||||
|
* right hand padding?
|
||||||
|
*/
|
||||||
|
padding-right: 58px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Using a textarea for this element, to circumvent autofill */
|
/* Using a textarea for this element, to circumvent autofill */
|
||||||
.mx_ChatInviteDialog_input,
|
.mx_ChatInviteDialog_input,
|
||||||
.mx_ChatInviteDialog_input:focus
|
.mx_ChatInviteDialog_input:focus
|
||||||
|
Loading…
Reference in New Issue
Block a user