mirror of https://github.com/vector-im/riot-web
Minor CSS tweaks
parent
4036e52c24
commit
b12b731781
|
@ -96,5 +96,4 @@ limitations under the License.
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
min-height: 0; // firefox
|
min-height: 0; // firefox
|
||||||
|
|
||||||
}
|
}
|
|
@ -29,7 +29,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TabbedView .mx_SettingsTab {
|
.mx_TabbedView .mx_SettingsTab {
|
||||||
max-width: calc(100% - 130px); // 130px right hand padding
|
box-sizing: border-box;
|
||||||
|
padding-right: 130px;
|
||||||
|
|
||||||
// Put some padding on the bottom to avoid the settings tab from
|
// Put some padding on the bottom to avoid the settings tab from
|
||||||
// colliding harshly with the dialog when scrolled down.
|
// colliding harshly with the dialog when scrolled down.
|
||||||
|
|
Loading…
Reference in New Issue