mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
7 lines
81 B
SCSS
7 lines
81 B
SCSS
#npc-header{
|
|
display:flex;
|
|
input[type="text"]{
|
|
flex:1;
|
|
width:0;
|
|
}
|
|
} |