Improve styling of edge case devtools state keys (#7794)
This commit is contained in:
parent
401e5127f4
commit
8d3c2eddd6
3 changed files with 27 additions and 2 deletions
|
@ -27,6 +27,18 @@ limitations under the License.
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mx_DevTools_RoomStateExplorer_button {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.mx_DevTools_RoomStateExplorer_button_hasSpaces {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.mx_DevTools_RoomStateExplorer_button.mx_DevTools_RoomStateExplorer_button_emptyString {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.mx_DevTools_RoomStateExplorer_button, .mx_DevTools_ServersInRoomList_button {
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue