Match padding from figma

This commit is contained in:
Jorik Schellekens 2020-04-23 11:22:51 +01:00
parent a16fe09d42
commit 6375e25263

View file

@ -24,7 +24,7 @@ limitations under the License.
display: flex;
flex-direction: row;
align-items: center;
padding: 10px;
padding: 15px;
background: #FFFFFF;
border-radius: 10px;
font-size: 10px;
@ -32,10 +32,12 @@ limitations under the License.
.mx_AppearanceUserSettingsTab_fontSlider_smallText {
font-size: 15px;
padding-right: 10px;
padding-right: 20px;
padding-left: 5px;
}
.mx_AppearanceUserSettingsTab_fontSlider_largeText {
font-size: 18px;
padding-left: 10px;
padding-left: 20px;
padding-right: 5px;
}