mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Make Groups page look more like design
This commit is contained in:
parent
796b51113f
commit
17bd323376
@ -14,7 +14,30 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_MyGroups_buttonRow {
|
.mx_MyGroups_joinCreateBox {
|
||||||
margin-bottom: 20px;
|
display: table;
|
||||||
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MyGroups_createBox, .mx_MyGroups_joinBox {
|
||||||
|
display: table-cell;
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_MyGroups_joinCreateHeader {
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_MyGroups_joinCreateButton {
|
||||||
|
float: left;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_MyGroups_joinCreateButton object {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_MyGroups_content {
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user