mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-24 18:08:50 +00:00
Improved groups page responsiveness.
This commit is contained in:
parent
f6eea9ebf8
commit
c98683e573
@ -27,6 +27,7 @@
|
||||
|
||||
.groups-main-page .group-item .group-name {
|
||||
width: 180px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.groups-main-page .group-item .buttons-area {
|
||||
@ -39,4 +40,15 @@
|
||||
|
||||
.groups-main-page .group-item .buttons-area .fa:active {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 450px){
|
||||
|
||||
.groups-main-page {
|
||||
max-width: 317px;
|
||||
}
|
||||
|
||||
.groups-main-page .group-item .group-name {
|
||||
width: 120px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user