mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Fix mod tool heights
This commit is contained in:
parent
6f634cc6af
commit
830db963d7
@ -37,16 +37,6 @@
|
|||||||
|
|
||||||
.nitro-mod-tools-user-visits {
|
.nitro-mod-tools-user-visits {
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
|
||||||
.user-visits {
|
|
||||||
min-height: 200px;
|
|
||||||
|
|
||||||
.roomvisits-container {
|
|
||||||
div.room-visit {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nitro-mod-tools-chatlog {
|
.nitro-mod-tools-chatlog {
|
||||||
@ -71,6 +61,7 @@
|
|||||||
|
|
||||||
.log-container {
|
.log-container {
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
.log-entry-container {
|
.log-entry-container {
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ export const ModToolsUserRoomVisitsView: FC<ModToolsUserRoomVisitsViewProps> = p
|
|||||||
<NitroCardView className="nitro-mod-tools-user-visits" theme="primary-slim" windowPosition={ DraggableWindowPosition.TOP_LEFT}>
|
<NitroCardView className="nitro-mod-tools-user-visits" theme="primary-slim" windowPosition={ DraggableWindowPosition.TOP_LEFT}>
|
||||||
<NitroCardHeaderView headerText={ 'User Visits' } onCloseClick={ onCloseClick } />
|
<NitroCardHeaderView headerText={ 'User Visits' } onCloseClick={ onCloseClick } />
|
||||||
<NitroCardContentView className="text-black" gap={ 1 }>
|
<NitroCardContentView className="text-black" gap={ 1 }>
|
||||||
<Column gap={ 0 } overflow="hidden">
|
<Column fullHeight gap={ 0 } overflow="hidden">
|
||||||
<Column gap={ 2 }>
|
<Column gap={ 2 }>
|
||||||
<Grid gap={ 1 } className="text-black fw-bold border-bottom pb-1">
|
<Grid gap={ 1 } className="text-black fw-bold border-bottom pb-1">
|
||||||
<Base className="g-col-2">Time</Base>
|
<Base className="g-col-2">Time</Base>
|
||||||
|
Loading…
Reference in New Issue
Block a user