Fix size of invite only icon
So it doesn't become tiny with long room names Fixes https://github.com/vector-im/riot-web/issues/12168pull/21833/head
parent
85489c4ec5
commit
2dbceca8b3
|
@ -34,5 +34,7 @@ limitations under the License.
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue