mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
use % instead of fr units for grid, make size independant of content
This commit is contained in:
parent
74becf71d8
commit
ec070ea782
@ -16,8 +16,8 @@ limitations under the License.
|
||||
|
||||
.mx_GroupGridView_rooms {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
grid-template-columns: repeat(3, calc(100% / 3));
|
||||
grid-template-rows: repeat(2, calc(100% / 2));
|
||||
flex: 1 1 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user