mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-06 18:01:38 +01:00
Put width / height first in css
This commit is contained in:
parent
a04c15d131
commit
acdcf6639e
@ -16,6 +16,11 @@ limitations under the License.
|
|||||||
|
|
||||||
// Not actually a component but things shared by settings components
|
// Not actually a component but things shared by settings components
|
||||||
.mx_UserSettingsDialog, .mx_RoomSettingsDialog {
|
.mx_UserSettingsDialog, .mx_RoomSettingsDialog {
|
||||||
|
width: 90vw;
|
||||||
|
max-width: 1000px;
|
||||||
|
// set the height too since tabbed view scrolls itself.
|
||||||
|
height: 80vh;
|
||||||
|
|
||||||
.mx_TabbedView {
|
.mx_TabbedView {
|
||||||
top: 65px;
|
top: 65px;
|
||||||
}
|
}
|
||||||
@ -34,9 +39,4 @@ limitations under the License.
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
max-width: 1000px;
|
|
||||||
width: 90vw;
|
|
||||||
// set the height too since tabbed view scrolls itself.
|
|
||||||
height: 80vh;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user