1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-28 19:13:20 -05:00
2025-06-09 10:14:12 +01:00

9 lines
193 B
CSS

/* packages/widgets/Source/FullscreenButton/FullscreenButton.css */
.cesium-button.cesium-fullscreenButton {
display: block;
width: 100%;
height: 100%;
margin: 0;
border-radius: 0;
}