mirror of https://github.com/vector-im/riot-web
Minor CSS tweaks
parent
4036e52c24
commit
b12b731781
res/css
structures
views/dialogs
|
@ -96,5 +96,4 @@ limitations under the License.
|
|||
flex-grow: 1;
|
||||
overflow: auto;
|
||||
min-height: 0; // firefox
|
||||
|
||||
}
|
|
@ -29,7 +29,8 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.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
|
||||
// colliding harshly with the dialog when scrolled down.
|
||||
|
|
Loading…
Reference in New Issue