mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
v1.6.2 hotfixes
This commit is contained in:
@@ -757,6 +757,20 @@
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
li.sheet-flex {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1px;
|
||||
}
|
||||
|
||||
.sheet-flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.sheet-flex-2 {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
ul.sheet-unstyled {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user